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

ResourceUsage interface

The usage and limit (quota) for a resource.

Properties

currentValue

The current usage of this resource. NOTE: This property will not be serialized. It can only be populated by the server.

limit

The limit (quota) for this resource. NOTE: This property will not be serialized. It can only be populated by the server.

name

Naming information for this resource type. NOTE: This property will not be serialized. It can only be populated by the server.

unit

Unit that the limit and usages are expressed in, such as 'Count'. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

currentValue

The current usage of this resource. NOTE: This property will not be serialized. It can only be populated by the server.

currentValue?: number

Property Value

number

limit

The limit (quota) for this resource. NOTE: This property will not be serialized. It can only be populated by the server.

limit?: number

Property Value

number

name

Naming information for this resource type. NOTE: This property will not be serialized. It can only be populated by the server.

name?: ResourceUsageName

Property Value

unit

Unit that the limit and usages are expressed in, such as 'Count'. NOTE: This property will not be serialized. It can only be populated by the server.

unit?: string

Property Value

string