Usage interface
The details about the usage of a particular limited resource.
Properties
current |
The current usage. |
limit | The maximum allowed usage. |
name | The details about the localizable name of the used resource. NOTE: This property will not be serialized. It can only be populated by the server. |
unit | The type of measurement for usage. |
Property Details
currentValue
The current usage.
currentValue?: number
Property Value
number
limit
The maximum allowed usage.
limit?: number
Property Value
number
name
The details about the localizable name of the used resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: LocalizedName
Property Value
unit
The type of measurement for usage.
unit?: string
Property Value
string