QuotaProperties interface
Describes Resource Quota properties
Properties
current |
The current usage of the resource. |
limit | The maximum permitted usage of the resource. |
name | The details of the quota. |
unit | The unit of usage measurement. |
Property Details
currentValue
The current usage of the resource.
currentValue: number
Property Value
number
limit
The maximum permitted usage of the resource.
limit: number
Property Value
number
name
unit
The unit of usage measurement.
unit: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript