SubRequest interface

The sub-request submitted with the quota request.

Properties

limit

Quota (resource limit). NOTE: This property will not be serialized. It can only be populated by the server.

message

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

name

The resource name.

provisioningState

The quota request status.

resourceType

Resource type for which the quota check was made. NOTE: This property will not be serialized. It can only be populated by the server.

subRequestId

Sub request ID for individual request. NOTE: This property will not be serialized. It can only be populated by the server.

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). NOTE: This property will not be serialized. It can only be populated by the server.

limit?: number

Property Value

number

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

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. NOTE: This property will not be serialized. It can only be populated by the server.

resourceType?: string

Property Value

string

subRequestId

Sub request ID for individual request. NOTE: This property will not be serialized. It can only be populated by the server.

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