Quota Class

Definition

Describes a quota for or usage details about a resource.

public class Quota
type Quota = class
Public Class Quota
Inheritance
Quota

Properties

CurrentValue

The current value of the quota. If null or missing, the current value cannot be determined in the context of the request.

Id

The resource ID of the quota object.

Limit

The maximum value of the quota. If null or missing, the quota has no maximum, in which case it merely tracks usage.

Name

The name of the quota.

Unit

The unit for the quota, such as Count, Bytes, BytesPerSecond, etc.

Applies to