Usages interface

Interface representing a Usages.

Methods

listByLocation(string, UsagesListByLocationOptionalParams)

Gets the current usage count and the limit for the resources of the location under the subscription.

Method Details

listByLocation(string, UsagesListByLocationOptionalParams)

Gets the current usage count and the limit for the resources of the location under the subscription.

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

Parameters

location

string

The location of the Azure Storage resource.

options
UsagesListByLocationOptionalParams

The options parameters.

Returns