Package version:

Interface UsagesOperations

Interface representing a Usages operations.

interface UsagesOperations {
    get: ((resourceName: string, scope: string, options?: UsagesGetOptionalParams) => Promise<CurrentUsagesBase>);
    list: ((scope: string, options?: UsagesListOptionalParams) => PagedAsyncIterableIterator<CurrentUsagesBase, {}, PageSettings>);
}

Properties

Properties

get: ((resourceName: string, scope: string, options?: UsagesGetOptionalParams) => Promise<CurrentUsagesBase>)

Get the current usage of a resource.

Get a list of current usage for all resources for the scope specified.