Capacity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The object that represents all properties related to capacity enforcement on an account.
public class Capacity
type Capacity = class
Public Class Capacity
- Inheritance
-
Capacity
Constructors
Capacity() |
Initializes a new instance of the Capacity class. |
Capacity(Nullable<Int32>) |
Initializes a new instance of the Capacity class. |
Properties
TotalThroughputLimit |
Gets or sets the total throughput limit imposed on the account. A totalThroughputLimit of 2000 imposes a strict limit of max throughput that can be provisioned on that account to be 2000. A totalThroughputLimit of -1 indicates no limits on provisioning of throughput. |
Methods
Validate() |
Validate the object. |