UsagesOperations interface
Interface representing a Usages operations.
Properties
| list |
Gets the current usage count and the limit for the resources of the location under the subscription. |
Property Details
listByLocation
Gets the current usage count and the limit for the resources of the location under the subscription.
listByLocation: (location: string, options?: UsagesListByLocationOptionalParams) => PagedAsyncIterableIterator<Usage, Usage[], PageSettings>
Property Value
(location: string, options?: UsagesListByLocationOptionalParams) => PagedAsyncIterableIterator<Usage, Usage[], PageSettings>