Package version:

Interface representing a Usages.

interface Usages {
    list(location: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator<Usage>;
}

Methods

Methods

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

    Parameters

    • location: string

      The location for which resource usage is queried.

    • Optionaloptions: UsagesListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<Usage>