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