ServerUsage interface
Represents server metrics.
Properties
current |
The current value of the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
display |
The metric display name. NOTE: This property will not be serialized. It can only be populated by the server. |
limit | The current limit of the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Name of the server usage metric. NOTE: This property will not be serialized. It can only be populated by the server. |
next |
The next reset time for the metric (ISO8601 format). NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
unit | The units of the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
currentValue
The current value of the metric. NOTE: This property will not be serialized. It can only be populated by the server.
currentValue?: number
Property Value
number
displayName
The metric display name. NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
limit
The current limit of the metric. NOTE: This property will not be serialized. It can only be populated by the server.
limit?: number
Property Value
number
name
Name of the server usage metric. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
nextResetTime
The next reset time for the metric (ISO8601 format). NOTE: This property will not be serialized. It can only be populated by the server.
nextResetTime?: Date
Property Value
Date
resourceName
The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
resourceName?: string
Property Value
string
unit
The units of the metric. NOTE: This property will not be serialized. It can only be populated by the server.
unit?: string
Property Value
string
Azure SDK for JavaScript