Usages interface
Interface representing a Usages.
Methods
list |
Retrieve the usage for the account id. |
Method Details
listByAutomationAccount(string, string, UsagesListByAutomationAccountOptionalParams)
Retrieve the usage for the account id.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: UsagesListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<Usage, Usage[], PageSettings>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
The options parameters.
Returns
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript