QuotaProperties interface

Quota properties for the resource.

Properties

currentValue

Current usage value for the resource.

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.

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.

resourceType

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.

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?: any

Property Value

any

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.

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