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