SubRequest interface
Request property.
Properties
| limit | Resource quota limit properties. |
| message | User-friendly status message. |
| name | Resource name. |
| provisioning |
The quota request status. |
| resource |
Resource type for which the quota properties were requested. |
| sub |
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
message
User-friendly status message.
message?: string
Property Value
string
name
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