Uses of Class
com.azure.resourcemanager.cosmos.models.RestorableSqlDatabasePropertiesResource
Packages that use RestorableSqlDatabasePropertiesResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of RestorableSqlDatabasePropertiesResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return RestorableSqlDatabasePropertiesResourceModifier and TypeMethodDescriptionRestorableSqlDatabaseGetResultInner.resource()Get the resource property: The resource of an Azure Cosmos DB SQL database event.RestorableSqlDatabaseProperties.resource()Get the resource property: The resource of an Azure Cosmos DB SQL database event.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type RestorableSqlDatabasePropertiesResourceModifier and TypeMethodDescriptionRestorableSqlDatabaseGetResultInner.withResource(RestorableSqlDatabasePropertiesResource resource) Set the resource property: The resource of an Azure Cosmos DB SQL database event.RestorableSqlDatabaseProperties.withResource(RestorableSqlDatabasePropertiesResource resource) Set the resource property: The resource of an Azure Cosmos DB SQL database event. -
Uses of RestorableSqlDatabasePropertiesResource in com.azure.resourcemanager.cosmos.models
Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type RestorableSqlDatabasePropertiesResourceModifier and TypeClassDescriptionfinal classThe resource of an Azure Cosmos DB SQL database event.Methods in com.azure.resourcemanager.cosmos.models that return RestorableSqlDatabasePropertiesResourceModifier and TypeMethodDescriptionRestorableSqlDatabasePropertiesResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RestorableSqlDatabasePropertiesResource from the JsonReader.RestorableSqlDatabasePropertiesResource.withDatabase(RestorableSqlDatabasePropertiesResourceDatabase database) Set the database property: Cosmos DB SQL database resource object.