Uses of Class
com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesResource
-
Packages that use SqlDatabaseGetPropertiesResource 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 SqlDatabaseGetPropertiesResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return SqlDatabaseGetPropertiesResource Modifier and Type Method Description SqlDatabaseGetPropertiesResourceSqlDatabaseGetProperties. resource()Get the resource property: The resource property.SqlDatabaseGetPropertiesResourceSqlDatabaseGetResultsInner. resource()Get the resource property: The resource property.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type SqlDatabaseGetPropertiesResource Modifier and Type Method Description SqlDatabaseGetPropertiesSqlDatabaseGetProperties. withResource(SqlDatabaseGetPropertiesResource resource)Set the resource property: The resource property.SqlDatabaseGetResultsInnerSqlDatabaseGetResultsInner. withResource(SqlDatabaseGetPropertiesResource resource)Set the resource property: The resource property. -
Uses of SqlDatabaseGetPropertiesResource in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return SqlDatabaseGetPropertiesResource Modifier and Type Method Description SqlDatabaseGetPropertiesResourceSqlDatabaseGetPropertiesResource. withColls(String colls)Set the colls property: A system generated property that specified the addressable path of the collections resource.SqlDatabaseGetPropertiesResourceSqlDatabaseGetPropertiesResource. withId(String id)Set the id property: Name of the Cosmos DB SQL database.SqlDatabaseGetPropertiesResourceSqlDatabaseGetPropertiesResource. withUsers(String users)Set the users property: A system generated property that specifies the addressable path of the users resource.
-