Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.RestorableMongodbResourcesGetResultInner
Packages that use RestorableMongodbResourcesGetResultInner
Package
Description
Package containing the service clients for CosmosDBManagementClient.
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of RestorableMongodbResourcesGetResultInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type RestorableMongodbResourcesGetResultInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<RestorableMongodbResourcesGetResultInner> Return a list of database and collection combo that exist on the account at the given timestamp and location.com.azure.core.http.rest.PagedIterable
<RestorableMongodbResourcesGetResultInner> RestorableMongodbResourcesClient.list
(String location, String instanceId, String restoreLocation, String restoreTimestampInUtc, com.azure.core.util.Context context) Return a list of database and collection combo that exist on the account at the given timestamp and location.com.azure.core.http.rest.PagedFlux
<RestorableMongodbResourcesGetResultInner> Return a list of database and collection combo that exist on the account at the given timestamp and location.com.azure.core.http.rest.PagedFlux
<RestorableMongodbResourcesGetResultInner> RestorableMongodbResourcesClient.listAsync
(String location, String instanceId, String restoreLocation, String restoreTimestampInUtc) Return a list of database and collection combo that exist on the account at the given timestamp and location. -
Uses of RestorableMongodbResourcesGetResultInner in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return RestorableMongodbResourcesGetResultInnerModifier and TypeMethodDescriptionRestorableMongodbResourcesGetResultInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RestorableMongodbResourcesGetResultInner from the JsonReader.RestorableMongodbResourcesGetResultInner.withCollectionNames
(List<String> collectionNames) Set the collectionNames property: The names of the collections available for restore.RestorableMongodbResourcesGetResultInner.withDatabaseName
(String databaseName) Set the databaseName property: The name of the database available for restore. -
Uses of RestorableMongodbResourcesGetResultInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type RestorableMongodbResourcesGetResultInnerModifier and TypeMethodDescriptionRestorableMongodbResourcesListResult.value()
Get the value property: List of restorable MongoDB resources, including the database and collection names.