你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

自动化帐户的名称。

返回

承诺<Models.StatisticsListByAutomationAccountResponse>

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

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

参数

resourceGroupName

string

Azure 资源组的名称。

automationAccountName

string

自动化帐户的名称。