Usages class
代表 Usages 的類別。
建構函式
Usages(Automation |
建立使用量。 |
方法
建構函式詳細資料
Usages(AutomationClientContext)
方法詳細資料
listByAutomationAccount(string, string, RequestOptionsBase)
擷取帳戶識別碼的使用方式。
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<UsagesListByAutomationAccountResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < 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
回呼