QuotaRequestOneResourceProperties interface

Quota request.

Properties

currentValue

Usage information for the current resource. NOTE: This property will not be serialized. It can only be populated by the server.

error

Error details of the quota request.

isQuotaApplicable

States if quota can be requested for this resource. NOTE: This property will not be serialized. It can only be populated by the server.

limit

Resource quota limit properties.

message

User-friendly status message. NOTE: This property will not be serialized. It can only be populated by the server.

name

Resource name provided by the resource provider. Use this property name when requesting quota.

properties

Additional properties for the specific resource provider.

provisioningState

Quota request status. NOTE: This property will not be serialized. It can only be populated by the server.

quotaPeriod

The time period over which the quota usage values are summarized. For example: *P1D (per one day) *PT1M (per one minute) *PT1S (per one second). This parameter is optional because, for some resources like compute, the period is irrelevant. NOTE: This property will not be serialized. It can only be populated by the server.

requestSubmitTime

Quota request submission time. The date conforms to the following ISO 8601 standard format: yyyy-MM-ddTHH:mm:ssZ. NOTE: This property will not be serialized. It can only be populated by the server.

resourceType

The name of the resource type. Optional field.

unit

The quota limit units, such as Count and Bytes. When requesting quota, use the unit value returned in the GET response in the request body of your PUT operation.

Property Details

currentValue

Usage information for the current resource. NOTE: This property will not be serialized. It can only be populated by the server.

currentValue?: number

Property Value

number

error

Error details of the quota request.

error?: ServiceErrorDetail

Property Value

isQuotaApplicable

States if quota can be requested for this resource. NOTE: This property will not be serialized. It can only be populated by the server.

isQuotaApplicable?: boolean

Property Value

boolean

limit

Resource quota limit properties.

limit?: LimitObject

Property Value

message

User-friendly status message. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Property Value

string

name

Resource name provided by the resource provider. Use this property name when requesting quota.

name?: ResourceName

Property Value

properties

Additional properties for the specific resource provider.

properties?: Record<string, unknown>

Property Value

Record<string, unknown>

provisioningState

Quota request status. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

quotaPeriod

The time period over which the quota usage values are summarized. For example: *P1D (per one day) *PT1M (per one minute) *PT1S (per one second). This parameter is optional because, for some resources like compute, the period is irrelevant. NOTE: This property will not be serialized. It can only be populated by the server.

quotaPeriod?: string

Property Value

string

requestSubmitTime

Quota request submission time. The date conforms to the following ISO 8601 standard format: yyyy-MM-ddTHH:mm:ssZ. NOTE: This property will not be serialized. It can only be populated by the server.

requestSubmitTime?: Date

Property Value

Date

resourceType

The name of the resource type. Optional field.

resourceType?: string

Property Value

string

unit

The quota limit units, such as Count and Bytes. When requesting quota, use the unit value returned in the GET response in the request body of your PUT operation.

unit?: string

Property Value

string