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