Usages interface

Interface representing a Usages.

Methods

list(string, UsagesListOptionalParams)

Gets the current usage information as well as limits for AML resources for given subscription and location.

Method Details

list(string, UsagesListOptionalParams)

Gets the current usage information as well as limits for AML resources for given subscription and location.

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

Parameters

location

string

The location for which resource usage is queried.

options
UsagesListOptionalParams

The options parameters.

Returns