Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.RestorableSqlDatabaseGetResultInner
Packages that use RestorableSqlDatabaseGetResultInner
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 RestorableSqlDatabaseGetResultInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type RestorableSqlDatabaseGetResultInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<RestorableSqlDatabaseGetResultInner> Show the event feed of all mutations done on all the Azure Cosmos DB SQL databases under the restorable account.com.azure.core.http.rest.PagedIterable<RestorableSqlDatabaseGetResultInner> RestorableSqlDatabasesClient.list(String location, String instanceId, com.azure.core.util.Context context) Show the event feed of all mutations done on all the Azure Cosmos DB SQL databases under the restorable account.com.azure.core.http.rest.PagedFlux<RestorableSqlDatabaseGetResultInner> Show the event feed of all mutations done on all the Azure Cosmos DB SQL databases under the restorable account. -
Uses of RestorableSqlDatabaseGetResultInner in com.azure.resourcemanager.cosmos.fluent.models
Classes in com.azure.resourcemanager.cosmos.fluent.models that implement interfaces with type arguments of type RestorableSqlDatabaseGetResultInnerModifier and TypeClassDescriptionfinal classAn Azure Cosmos DB SQL database event.Methods in com.azure.resourcemanager.cosmos.fluent.models that return RestorableSqlDatabaseGetResultInnerModifier and TypeMethodDescriptionRestorableSqlDatabaseGetResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RestorableSqlDatabaseGetResultInner from the JsonReader.RestorableSqlDatabaseGetResultInner.withResource(RestorableSqlDatabasePropertiesResource resource) Set the resource property: The resource of an Azure Cosmos DB SQL database event. -
Uses of RestorableSqlDatabaseGetResultInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type RestorableSqlDatabaseGetResultInnerModifier and TypeMethodDescriptionRestorableSqlDatabasesListResult.value()Get the value property: List of SQL database events and their properties.