Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.RestorableMongodbCollectionGetResultInner
Packages that use RestorableMongodbCollectionGetResultInner
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 RestorableMongodbCollectionGetResultInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type RestorableMongodbCollectionGetResultInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<RestorableMongodbCollectionGetResultInner> 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, String startTime, String endTime, 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> 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, String startTime, String endTime) 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
Classes in com.azure.resourcemanager.cosmos.fluent.models that implement interfaces with type arguments of type RestorableMongodbCollectionGetResultInnerModifier and TypeClassDescriptionfinal classAn Azure Cosmos DB MongoDB collection event.Methods in com.azure.resourcemanager.cosmos.fluent.models that return RestorableMongodbCollectionGetResultInnerModifier and TypeMethodDescriptionRestorableMongodbCollectionGetResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RestorableMongodbCollectionGetResultInner from the JsonReader.RestorableMongodbCollectionGetResultInner.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 RestorableMongodbCollectionGetResultInnerModifier and TypeMethodDescriptionRestorableMongodbCollectionsListResult.value()Get the value property: List of MongoDB collection events and their properties.