Package version:

Interface UsageOperations

Interface representing a UsageOperations.

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

Methods

Methods

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

    Parameters

    • location: string

      The location for which resource usage is queried.

    • Optionaloptions: UsageListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<Usage>