共用方式為


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

自動化帳戶的名稱。

listByAutomationAccount(string, string, StatisticsListByAutomationAccountOptionalParams)

擷取帳戶的統計資料。

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

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

傳回

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

自動化帳戶的名稱。