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
名前とローカライズされた値を含むローカライズ可能な String オブジェクト。
name?: SignalRServiceUsageName
プロパティ値
unit
使用量クォータの単位を表します。 指定できる値は、Count、Bytes、Seconds、Percent、CountPerSecond、BytesPerSecond です。
unit?: string
プロパティ値
string