UsageOutput interface
The network resource usage.
Properties
| current |
The current value of the usage. |
| id | Resource identifier. |
| limit | The limit of usage. |
| name | The name of the type of usage. |
| unit | An enum describing the unit of measurement. |
Property Details
currentValue
The current value of the usage.
currentValue: number
Property Value
number
id
Resource identifier.
id?: string
Property Value
string
limit
The limit of usage.
limit: number
Property Value
number
name
unit
An enum describing the unit of measurement.
unit: "Count"
Property Value
"Count"