SignalRServiceUsage interface
描述资源的特定使用情况的对象。
属性
| current |
使用配额的当前值。 |
| id | 完全限定的 ARM 资源 ID |
| limit | 使用配额允许的最大值。 如果没有限制,此值将为 -1。 |
| name | 包含名称和本地化值的可本地化 String 对象。 |
| unit | 表示使用配额的单位。 可能的值包括:Count、Bytes、Seconds、Percent、CountPerSecond、BytesPerSecond。 |
属性详细信息
currentValue
使用配额的当前值。
currentValue?: number
属性值
number
id
完全限定的 ARM 资源 ID
id?: string
属性值
string
limit
使用配额允许的最大值。 如果没有限制,此值将为 -1。
limit?: number
属性值
number
name
unit
表示使用配额的单位。 可能的值包括:Count、Bytes、Seconds、Percent、CountPerSecond、BytesPerSecond。
unit?: string
属性值
string