/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/
import { PagedAsyncIterableIterator } from "@azure/core-paging";
import { Usage, UsagesListByLocationOptionalParams } from "../models";
///
/** Interface representing a Usages. */
export interface Usages {
/**
* Lists the current usages and limits in this location for the provided subscription.
* @param location The Azure region
* @param options The options parameters.
*/
listByLocation(
location: string,
options?: UsagesListByLocationOptionalParams,
): PagedAsyncIterableIterator;
}