Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.RestorableSqlContainerGetResultInner
Packages that use RestorableSqlContainerGetResultInner
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 RestorableSqlContainerGetResultInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type RestorableSqlContainerGetResultInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<RestorableSqlContainerGetResultInner>Show the event feed of all mutations done on all the Azure Cosmos DB SQL containers under a specific database.com.azure.core.http.rest.PagedIterable<RestorableSqlContainerGetResultInner>RestorableSqlContainersClient.list(String location, String instanceId, String restorableSqlDatabaseRid, String startTime, String endTime, com.azure.core.util.Context context) Show the event feed of all mutations done on all the Azure Cosmos DB SQL containers under a specific database.com.azure.core.http.rest.PagedFlux<RestorableSqlContainerGetResultInner>Show the event feed of all mutations done on all the Azure Cosmos DB SQL containers under a specific database.com.azure.core.http.rest.PagedFlux<RestorableSqlContainerGetResultInner>RestorableSqlContainersClient.listAsync(String location, String instanceId, String restorableSqlDatabaseRid, String startTime, String endTime) Show the event feed of all mutations done on all the Azure Cosmos DB SQL containers under a specific database. -
Uses of RestorableSqlContainerGetResultInner in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return RestorableSqlContainerGetResultInnerModifier and TypeMethodDescriptionRestorableSqlContainerGetResultInner.withResource(RestorableSqlContainerPropertiesResource resource) Set the resource property: The resource of an Azure Cosmos DB SQL container event. -
Uses of RestorableSqlContainerGetResultInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type RestorableSqlContainerGetResultInnerModifier and TypeMethodDescriptionRestorableSqlContainersListResult.value()Get the value property: List of SQL container events and their properties.