次の方法で共有


Usages class

使用法を表すクラス。

コンストラクター

Usages(AutomationClientContext)

Usages を作成します。

メソッド

listByAutomationAccount(string, string, RequestOptionsBase)

アカウント ID の使用状況を取得します。

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

コンストラクターの詳細

Usages(AutomationClientContext)

Usages を作成します。

new Usages(client: AutomationClientContext)

パラメーター

client
AutomationClientContext

サービス クライアントへの参照。

メソッドの詳細

listByAutomationAccount(string, string, RequestOptionsBase)

アカウント ID の使用状況を取得します。

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<UsagesListByAutomationAccountResponse>

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

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

Automation アカウントの名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<UsageListResult>

コールバック。

listByAutomationAccount(string, string, ServiceCallback<UsageListResult>)

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

callback

ServiceCallback<UsageListResult>

コールバック。