SubRequest interface
Request property.
Properties
limit | Resource quota limit properties. |
message | User-friendly status message. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Resource name. |
provisioning |
The quota request status. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
Resource type for which the quota properties were requested. NOTE: This property will not be serialized. It can only be populated by the server. |
sub |
Quota request ID. NOTE: This property will not be serialized. It can only be populated by the server. |
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. 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. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
resourceType
Resource type for which the quota properties were requested. NOTE: This property will not be serialized. It can only be populated by the server.
resourceType?: string
Property Value
string
subRequestId
Quota request ID. NOTE: This property will not be serialized. It can only be populated by the server.
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