共用方式為


Usages class

代表 Usages 的類別。

建構函式

Usages(AutomationClientContext)

建立使用量。

方法

listByAutomationAccount(string, string, RequestOptionsBase)

擷取帳戶識別碼的使用方式。

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<UsageListResult>)
listByAutomationAccount(string, string, ServiceCallback<UsageListResult>)

建構函式詳細資料

Usages(AutomationClientContext)

建立使用量。

new Usages(client: AutomationClientContext)

參數

client
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

ServiceCallback<UsageListResult>

回呼

listByAutomationAccount(string, string, ServiceCallback<UsageListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<UsageListResult>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

callback

ServiceCallback<UsageListResult>

回呼