Uses of Class
com.azure.resourcemanager.cosmos.models.Capacity
Packages that use Capacity
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
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 CapacityModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.capacity()Get the capacity property: The object that represents all properties related to capacity enforcement on an account.DatabaseAccountGetProperties.capacity()Get the capacity property: The object that represents all properties related to capacity enforcement on an account.DatabaseAccountGetResultsInner.capacity()Get the capacity property: The object that represents all properties related to capacity enforcement on an account.DatabaseAccountUpdateProperties.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 CapacityModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.withCapacity(Capacity capacity) Set the capacity property: The object that represents all properties related to capacity enforcement on an account.DatabaseAccountGetProperties.withCapacity(Capacity capacity) Set the capacity property: The object that represents all properties related to capacity enforcement on an account.DatabaseAccountGetResultsInner.withCapacity(Capacity capacity) Set the capacity property: The object that represents all properties related to capacity enforcement on an account.DatabaseAccountUpdateProperties.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 CapacityModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateParameters.capacity()Get the capacity property: The object that represents all properties related to capacity enforcement on an account.DatabaseAccountUpdateParameters.capacity()Get the capacity property: The object that represents all properties related to capacity enforcement on an account.static CapacityCapacity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Capacity from the JsonReader.Capacity.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 CapacityModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateParameters.withCapacity(Capacity capacity) Set the capacity property: The object that represents all properties related to capacity enforcement on an account.DatabaseAccountUpdateParameters.withCapacity(Capacity capacity) Set the capacity property: The object that represents all properties related to capacity enforcement on an account.