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. |
provisioning |
The quota request status. |
resource |
Resource type for which the quota check was made. NOTE: This property will not be serialized. It can only be populated by the server. |
sub |
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
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