UsagesOperations interface
Interface representing a Usages operations.
Properties
| get | Get the current usage of a resource. |
| list | Get a list of current usage for all resources for the scope specified. |
Property Details
get
Get the current usage of a resource.
get: (resourceName: string, scope: string, options?: UsagesGetOptionalParams) => Promise<CurrentUsagesBase>
Property Value
(resourceName: string, scope: string, options?: UsagesGetOptionalParams) => Promise<CurrentUsagesBase>
list
Get a list of current usage for all resources for the scope specified.
list: (scope: string, options?: UsagesListOptionalParams) => PagedAsyncIterableIterator<CurrentUsagesBase, CurrentUsagesBase[], PageSettings>
Property Value
(scope: string, options?: UsagesListOptionalParams) => PagedAsyncIterableIterator<CurrentUsagesBase, CurrentUsagesBase[], PageSettings>