Share via


SubRequest interface

Request property.

Properties

limit

Resource quota limit properties.

message

User-friendly status message.

name

Resource name.

provisioningState

The quota request status.

resourceType

Resource type for which the quota properties were requested.

subRequestId

Quota request ID.

unit

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

limit

Resource quota limit properties.

limit?: LimitJsonObjectUnion

Property Value

message

User-friendly status message.

message?: string

Property Value

string

name

Resource name.

name?: ResourceName

Property Value

provisioningState

The quota request status.

provisioningState?: string

Property Value

string

resourceType

Resource type for which the quota properties were requested.

resourceType?: string

Property Value

string

subRequestId

Quota request ID.

subRequestId?: string

Property Value

string

unit

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