Uses of Class
com.azure.resourcemanager.cosmos.models.Capacity
-
Packages that use Capacity 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 Capacity in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return Capacity Modifier and Type Method Description CapacityDatabaseAccountCreateUpdateProperties. capacity()Get the capacity property: The object that represents all properties related to capacity enforcement on an account.CapacityDatabaseAccountGetProperties. capacity()Get the capacity property: The object that represents all properties related to capacity enforcement on an account.CapacityDatabaseAccountGetResultsInner. capacity()Get the capacity property: The object that represents all properties related to capacity enforcement on an account.CapacityDatabaseAccountUpdateProperties. capacity()Get the capacity property: The object that represents all properties related to capacity enforcement on an account.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type Capacity Modifier and Type Method Description DatabaseAccountCreateUpdatePropertiesDatabaseAccountCreateUpdateProperties. withCapacity(Capacity capacity)Set the capacity property: The object that represents all properties related to capacity enforcement on an account.DatabaseAccountGetPropertiesDatabaseAccountGetProperties. withCapacity(Capacity capacity)Set the capacity property: The object that represents all properties related to capacity enforcement on an account.DatabaseAccountGetResultsInnerDatabaseAccountGetResultsInner. withCapacity(Capacity capacity)Set the capacity property: The object that represents all properties related to capacity enforcement on an account.DatabaseAccountUpdatePropertiesDatabaseAccountUpdateProperties. withCapacity(Capacity capacity)Set the capacity property: The object that represents all properties related to capacity enforcement on an account. -
Uses of Capacity in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return Capacity Modifier and Type Method Description CapacityDatabaseAccountCreateUpdateParameters. capacity()Get the capacity property: The object that represents all properties related to capacity enforcement on an account.CapacityDatabaseAccountUpdateParameters. capacity()Get the capacity property: The object that represents all properties related to capacity enforcement on an account.CapacityCapacity. withTotalThroughputLimit(Integer totalThroughputLimit)Set the totalThroughputLimit property: The total throughput limit imposed on the account.Methods in com.azure.resourcemanager.cosmos.models with parameters of type Capacity Modifier and Type Method Description DatabaseAccountCreateUpdateParametersDatabaseAccountCreateUpdateParameters. withCapacity(Capacity capacity)Set the capacity property: The object that represents all properties related to capacity enforcement on an account.DatabaseAccountUpdateParametersDatabaseAccountUpdateParameters. withCapacity(Capacity capacity)Set the capacity property: The object that represents all properties related to capacity enforcement on an account.
-