StatisticsOperations class

StatisticsOperations を表すクラス。

コンストラクター

StatisticsOperations(AutomationClientContext)

StatisticsOperations を作成します。

メソッド

listByAutomationAccount(string, string, ServiceCallback<StatisticsListResult>)
listByAutomationAccount(string, string, StatisticsListByAutomationAccountOptionalParams)

アカウントの統計を取得します。

listByAutomationAccount(string, string, StatisticsListByAutomationAccountOptionalParams, ServiceCallback<StatisticsListResult>)

コンストラクターの詳細

StatisticsOperations(AutomationClientContext)

StatisticsOperations を作成します。

new StatisticsOperations(client: AutomationClientContext)

パラメーター

client
AutomationClientContext

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

メソッドの詳細

listByAutomationAccount(string, string, ServiceCallback<StatisticsListResult>)

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

callback

ServiceCallback<StatisticsListResult>

コールバック。

listByAutomationAccount(string, string, StatisticsListByAutomationAccountOptionalParams)

アカウントの統計を取得します。

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: StatisticsListByAutomationAccountOptionalParams): Promise<StatisticsListByAutomationAccountResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

options
StatisticsListByAutomationAccountOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.StatisticsListByAutomationAccountResponse>

listByAutomationAccount(string, string, StatisticsListByAutomationAccountOptionalParams, ServiceCallback<StatisticsListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: StatisticsListByAutomationAccountOptionalParams, callback: ServiceCallback<StatisticsListResult>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

options
StatisticsListByAutomationAccountOptionalParams

省略可能なパラメーター

callback

ServiceCallback<StatisticsListResult>

コールバック。