Class TableListResult
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.models.TableListResult
-
public final class TableListResult extends Object
The List operation response, that contains the Table and their properties.
-
-
Constructor Summary
Constructors Constructor Description TableListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<TableGetResultsInner>value()Get the value property: List of Table and their properties.
-
-
-
Method Detail
-
value
public List<TableGetResultsInner> value()
Get the value property: List of Table and their properties.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-