Usage interface
Describes Storage Resource Usage.
Properties
| current |
Gets the current count of the allocated resources in the subscription. |
| limit | Gets the maximum count of the resources that can be allocated in the subscription. |
| name | Gets the name of the type of usage. |
| unit | Gets the unit of measurement. |
Property Details
currentValue
Gets the current count of the allocated resources in the subscription.
currentValue?: number
Property Value
number
limit
Gets the maximum count of the resources that can be allocated in the subscription.
limit?: number
Property Value
number