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