QuotaProperties interface
Quota properties for the resource.
Properties
current |
Current usage value for the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
limit | Quota properties. |
name | Name of the resource provide by the resource provider. Use this property for quotaRequests resource operations. |
properties | Additional properties for the specified resource provider. |
quota |
The time period over which the quota usage values are summarized. For example, P1D (per one day), PT1M (per one minute), and PT1S (per one second). This parameter is optional because, for some resources such as compute, the time period is irrelevant. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
The name of the resource type. |
unit | The limit units, such as count and bytes. Use the unit field provided in the response of the GET quota operation. |
Property Details
currentValue
Current usage value for the resource. NOTE: This property will not be serialized. It can only be populated by the server.
currentValue?: number
Property Value
number
limit
Quota properties.
limit?: number
Property Value
number
name
Name of the resource provide by the resource provider. Use this property for quotaRequests resource operations.
name?: ResourceName
Property Value
properties
Additional properties for the specified resource provider.
properties?: Record<string, unknown>
Property Value
Record<string, unknown>
quotaPeriod
The time period over which the quota usage values are summarized. For example, P1D (per one day), PT1M (per one minute), and PT1S (per one second). This parameter is optional because, for some resources such as compute, the time period is irrelevant. NOTE: This property will not be serialized. It can only be populated by the server.
quotaPeriod?: string
Property Value
string
resourceType
The name of the resource type.
resourceType?: string
Property Value
string
unit
The limit units, such as count and bytes. Use the unit field provided in the response of the GET quota operation.
unit?: string
Property Value
string