Package version:

Interface ServerUsage

Represents server metrics.

Hierarchy

  • ServerUsage

Properties

currentValue?: number

The current value of the metric. NOTE: This property will not be serialized. It can only be populated by the server.

displayName?: string

The metric display name. NOTE: This property will not be serialized. It can only be populated by the server.

limit?: number

The current limit of the metric. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Name of the server usage metric. NOTE: This property will not be serialized. It can only be populated by the server.

nextResetTime?: Date

The next reset time for the metric (ISO8601 format). NOTE: This property will not be serialized. It can only be populated by the server.

resourceName?: string

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

unit?: string

The units of the metric. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc