Usages interface

Interface representing a Usages.

Methods

listByLocation(string, UsagesListByLocationOptionalParams)

Lists the current usages and limits in this location for the provided subscription.

Method Details

listByLocation(string, UsagesListByLocationOptionalParams)

Lists the current usages and limits in this location for the provided subscription.

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

Parameters

location

string

The Azure region

options
UsagesListByLocationOptionalParams

The options parameters.

Returns