ResourceUsage interface
The usage and limit (quota) for a resource.
Properties
| current |
The current usage of this resource. |
| limit | The limit (quota) for this resource. |
| name | Naming information for this resource type. |
| unit | Unit that the limit and usages are expressed in, such as 'Count'. |
Property Details
currentValue
The current usage of this resource.
currentValue?: number
Property Value
number
limit
The limit (quota) for this resource.
limit?: number
Property Value
number
name
Naming information for this resource type.
name?: ResourceUsageName
Property Value
unit
Unit that the limit and usages are expressed in, such as 'Count'.
unit?: string
Property Value
string