通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SignalRServiceUsage interface

描述资源的特定使用情况的对象。

属性

currentValue

使用配额的当前值。

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

包含名称和本地化值的可本地化 String 对象。

name?: SignalRServiceUsageName

属性值

unit

表示使用配额的单位。 可能的值包括:Count、Bytes、Seconds、Percent、CountPerSecond、BytesPerSecond。

unit?: string

属性值

string