UsageResult interface
Usages entity model
Properties
| current |
The current usage value for the subscription. NOTE: This property will not be serialized. It can only be populated by the server. |
| id | The id of the usage. NOTE: This property will not be serialized. It can only be populated by the server. |
| limit | The limit of the usage. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The name of the usage. NOTE: This property will not be serialized. It can only be populated by the server. |
| unit | The unit of the usage. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
currentValue
The current usage value for the subscription. NOTE: This property will not be serialized. It can only be populated by the server.
currentValue?: number
Property Value
number
id
The id of the usage. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
limit
The limit of the usage. NOTE: This property will not be serialized. It can only be populated by the server.
limit?: number
Property Value
number
name
The name of the usage. NOTE: This property will not be serialized. It can only be populated by the server.
name?: UsageName
Property Value
unit
The unit of the usage. NOTE: This property will not be serialized. It can only be populated by the server.
unit?: string
Property Value
string