Usages interface
Interface representing a Usages.
Methods
list |
Gets all instance pool usage metrics |
Method Details
listByInstancePool(string, string, UsagesListByInstancePoolOptionalParams)
Gets all instance pool usage metrics
function listByInstancePool(resourceGroupName: string, instancePoolName: string, options?: UsagesListByInstancePoolOptionalParams): PagedAsyncIterableIterator<Usage, Usage[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- instancePoolName
-
string
The name of the instance pool to be retrieved.
The options parameters.