Usages class
表示 Usages 的类。
构造函数
| Usages(Automation |
创建使用情况。 |
方法
构造函数详细信息
Usages(AutomationClientContext)
方法详细信息
listByAutomationAccount(string, string, RequestOptionsBase)
检索帐户 ID 的使用情况。
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<UsagesListByAutomationAccountResponse>
参数
- resourceGroupName
-
string
Azure 资源组的名称。
- automationAccountName
-
string
自动化帐户的名称。
- options
- RequestOptionsBase
可选参数
返回
承诺<Models.UsagesListByAutomationAccountResponse>
listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<UsageListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<UsageListResult>)
参数
- resourceGroupName
-
string
Azure 资源组的名称。
- automationAccountName
-
string
自动化帐户的名称。
- options
- RequestOptionsBase
可选参数
- callback
回调
listByAutomationAccount(string, string, ServiceCallback<UsageListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<UsageListResult>)
参数
- resourceGroupName
-
string
Azure 资源组的名称。
- automationAccountName
-
string
自动化帐户的名称。
- callback
回调