共用方式為


Capacity Class

Definition

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.

Applies to