Uses of Class
com.azure.resourcemanager.cosmos.models.SqlDatabaseResource
Packages that use SqlDatabaseResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of SqlDatabaseResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return SqlDatabaseResourceModifier and TypeMethodDescriptionSqlDatabaseCreateUpdateProperties.resource()Get the resource property: The standard JSON format of a SQL database.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type SqlDatabaseResourceModifier and TypeMethodDescriptionSqlDatabaseCreateUpdateProperties.withResource(SqlDatabaseResource resource) Set the resource property: The standard JSON format of a SQL database. -
Uses of SqlDatabaseResource in com.azure.resourcemanager.cosmos.models
Subclasses of SqlDatabaseResource in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal classCosmos DB SQL database resource object.final classThe SqlDatabaseGetPropertiesResource model.Methods in com.azure.resourcemanager.cosmos.models that return SqlDatabaseResourceModifier and TypeMethodDescriptionstatic SqlDatabaseResourceSqlDatabaseResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SqlDatabaseResource from the JsonReader.SqlDatabaseCreateUpdateParameters.resource()Get the resource property: The standard JSON format of a SQL database.SqlDatabaseResource.withCreateMode(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.Set the id property: Name of the Cosmos DB SQL database.SqlDatabaseResource.withRestoreParameters(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.Methods in com.azure.resourcemanager.cosmos.models with parameters of type SqlDatabaseResourceModifier and TypeMethodDescriptionSqlDatabaseCreateUpdateParameters.withResource(SqlDatabaseResource resource) Set the resource property: The standard JSON format of a SQL database.