Uses of Class
com.azure.resourcemanager.cosmos.models.SqlDatabaseResource
-
Packages that use SqlDatabaseResource Package Description 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 SqlDatabaseResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return SqlDatabaseResource Modifier and Type Method Description SqlDatabaseResourceSqlDatabaseCreateUpdateProperties. 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 SqlDatabaseResource Modifier and Type Method Description SqlDatabaseCreateUpdatePropertiesSqlDatabaseCreateUpdateProperties. 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.models Modifier and Type Class Description classRestorableSqlDatabasePropertiesResourceDatabaseCosmos DB SQL database resource object.classSqlDatabaseGetPropertiesResourceThe SqlDatabaseGetPropertiesResource model.Methods in com.azure.resourcemanager.cosmos.models that return SqlDatabaseResource Modifier and Type Method Description SqlDatabaseResourceSqlDatabaseCreateUpdateParameters. resource()Get the resource property: The standard JSON format of a SQL database.SqlDatabaseResourceSqlDatabaseResource. withId(String id)Set the id property: Name of the Cosmos DB SQL database.Methods in com.azure.resourcemanager.cosmos.models with parameters of type SqlDatabaseResource Modifier and Type Method Description SqlDatabaseCreateUpdateParametersSqlDatabaseCreateUpdateParameters. withResource(SqlDatabaseResource resource)Set the resource property: The standard JSON format of a SQL database.
-