UsageHistory interface
Interface representing a UsageHistory.
Methods
list(string, string, Usage |
Retrieve the usage history for an Azure ML commitment plan. |
Method Details
list(string, string, UsageHistoryListOptionalParams)
Retrieve the usage history for an Azure ML commitment plan.
function list(resourceGroupName: string, commitmentPlanName: string, options?: UsageHistoryListOptionalParams): PagedAsyncIterableIterator<PlanUsageHistory, PlanUsageHistory[], PageSettings>
Parameters
- resourceGroupName
-
string
The resource group name.
- commitmentPlanName
-
string
The Azure ML commitment plan name.
- options
- UsageHistoryListOptionalParams
The options parameters.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript