Class ListTableResource

java.lang.Object
com.azure.resourcemanager.storage.models.ListTableResource

public final class ListTableResource extends Object
Response schema. Contains list of tables returned.
  • Constructor Details

    • ListTableResource

      public ListTableResource()
  • Method Details

    • value

      public List<TableInner> value()
      Get the value property: List of tables returned.
      Returns:
      the value value.
    • nextLink

      public String nextLink()
      Get the nextLink property: Request URL that can be used to query next page of tables.
      Returns:
      the nextLink value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.