SubRequest interface

The sub-request submitted with the quota request.

Properties

limit

Quota (resource limit).

message

User-friendly status message.

name

The resource name.

provisioningState

The quota request status.

resourceType

Resource type for which the quota check was made.

subRequestId

Sub request ID for individual request.

unit

The limit units, such as count and bytes. Use the unit field provided in the response of the GET quota operation.

Property Details

limit

Quota (resource limit).

limit?: number

Property Value

number

message

User-friendly status message.

message?: string

Property Value

string

name

The resource name.

name?: ResourceName

Property Value

provisioningState

The quota request status.

provisioningState?: string

Property Value

string

resourceType

Resource type for which the quota check was made.

resourceType?: string

Property Value

string

subRequestId

Sub request ID for individual request.

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