Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.RestorableSqlContainerGetResultInner
-
Packages that use RestorableSqlContainerGetResultInner 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 RestorableSqlContainerGetResultInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type RestorableSqlContainerGetResultInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<RestorableSqlContainerGetResultInner>RestorableSqlContainersClient. list(String location, String instanceId)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>RestorableSqlContainersClient. listAsync(String location, String instanceId)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 RestorableSqlContainerGetResultInner Modifier and Type Method Description RestorableSqlContainerGetResultInnerRestorableSqlContainerGetResultInner. 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 RestorableSqlContainerGetResultInner Modifier and Type Method Description List<RestorableSqlContainerGetResultInner>RestorableSqlContainersListResult. value()Get the value property: List of SQL container events and their properties.
-