SqlPoolUsage interface
The Sql pool usages.
Properties
current |
The current value of the usage metric. NOTE: This property will not be serialized. It can only be populated by the server. |
display |
The usage metric display name. NOTE: This property will not be serialized. It can only be populated by the server. |
limit | The current limit of the usage metric. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the usage metric. NOTE: This property will not be serialized. It can only be populated by the server. |
next |
The next reset time for the usage 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 usage metric. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
currentValue
The current value of the usage metric. NOTE: This property will not be serialized. It can only be populated by the server.
currentValue?: number
Property Value
number
displayName
The usage 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 usage metric. 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 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 usage 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 usage 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