UsagesOperations interface
Interface representing a Usages operations.
Properties
| list | Gets, for the specified location, the current resource usage information as well as the limits under the subscription. |
Property Details
list
Gets, for the specified location, the current resource usage information as well as the limits under the subscription.
list: (location: string, options?: UsagesListOptionalParams) => PagedAsyncIterableIterator<Usage, Usage[], PageSettings>
Property Value
(location: string, options?: UsagesListOptionalParams) => PagedAsyncIterableIterator<Usage, Usage[], PageSettings>