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

UsageOperations interface

Interface representing a UsageOperations.

Methods

list(string, UsageListOptionalParams)

Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription.

Method Details

list(string, UsageListOptionalParams)

Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription.

function list(location: string, options?: UsageListOptionalParams): PagedAsyncIterableIterator<Usage, Usage[], PageSettings>

Parameters

location

string

The location for which resource usage is queried.

options
UsageListOptionalParams

The options parameters.

Returns