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