Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.RestorableMongodbCollectionGetResultInner
-
Packages that use RestorableMongodbCollectionGetResultInner Package Description com.azure.resourcemanager.cosmos.fluent Package containing the service clients for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of RestorableMongodbCollectionGetResultInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type RestorableMongodbCollectionGetResultInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<RestorableMongodbCollectionGetResultInner>RestorableMongodbCollectionsClient. list(String location, String instanceId)Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB collections under a specific database.com.azure.core.http.rest.PagedIterable<RestorableMongodbCollectionGetResultInner>RestorableMongodbCollectionsClient. list(String location, String instanceId, String restorableMongodbDatabaseRid, com.azure.core.util.Context context)Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB collections under a specific database.com.azure.core.http.rest.PagedFlux<RestorableMongodbCollectionGetResultInner>RestorableMongodbCollectionsClient. listAsync(String location, String instanceId)Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB collections under a specific database.com.azure.core.http.rest.PagedFlux<RestorableMongodbCollectionGetResultInner>RestorableMongodbCollectionsClient. listAsync(String location, String instanceId, String restorableMongodbDatabaseRid)Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB collections under a specific database. -
Uses of RestorableMongodbCollectionGetResultInner in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return RestorableMongodbCollectionGetResultInner Modifier and Type Method Description RestorableMongodbCollectionGetResultInnerRestorableMongodbCollectionGetResultInner. withResource(RestorableMongodbCollectionPropertiesResource resource)Set the resource property: The resource of an Azure Cosmos DB MongoDB collection event. -
Uses of RestorableMongodbCollectionGetResultInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type RestorableMongodbCollectionGetResultInner Modifier and Type Method Description List<RestorableMongodbCollectionGetResultInner>RestorableMongodbCollectionsListResult. value()Get the value property: List of MongoDB collection events and their properties.
-