ResourceBaseRequest interface
Resource definition with the requested quota.
Properties
| limit | Quota requested for the resource. |
| resource |
The resource name, such as SKU name. NOTE: This property will not be serialized. It can only be populated by the server. |
| unit | Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond. Based on - https://armwiki.azurewebsites.net/api_contracts/UsagesAPIContract.html?q=usages . Different RPs may have different units, Count, type as int64 should work for most of the integer values. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
limit
Quota requested for the resource.
limit?: number
Property Value
number
resourceName
The resource name, such as SKU name. NOTE: This property will not be serialized. It can only be populated by the server.
resourceName?: string
Property Value
string
unit
Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond. Based on - https://armwiki.azurewebsites.net/api_contracts/UsagesAPIContract.html?q=usages . Different RPs may have different units, Count, type as int64 should work for most of the integer values. NOTE: This property will not be serialized. It can only be populated by the server.
unit?: string
Property Value
string