你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ResourceUsage interface
Output of check resource usage API.
Properties
current |
Actual value of usage on the specified resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
limit | Quota of the specified resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
Resource type for which the usage is provided. NOTE: This property will not be serialized. It can only be populated by the server. |
unit | Unit of the usage. e.g. count. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
currentValue
Actual value of usage on the specified resource type. NOTE: This property will not be serialized. It can only be populated by the server.
currentValue?: number
Property Value
number
limit
Quota of the specified resource type. NOTE: This property will not be serialized. It can only be populated by the server.
limit?: number
Property Value
number
resourceType
Resource type for which the usage is provided. NOTE: This property will not be serialized. It can only be populated by the server.
resourceType?: string
Property Value
string
unit
Unit of the usage. e.g. count. NOTE: This property will not be serialized. It can only be populated by the server.
unit?: string
Property Value
string