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