Package version:

Interface SignalRUsage

Object that describes a specific usage of the resources.

Hierarchy

  • SignalRUsage

Properties

currentValue?: number

Current value for the usage quota.

id?: string

Fully qualified ARM resource id

limit?: number

The maximum permitted value for the usage quota. If there is no limit, this value will be -1.

Localizable String object containing the name and a localized value.

unit?: string

Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond.

Generated using TypeDoc