StatisticsOperations class

Class representing a StatisticsOperations.

Constructors

StatisticsOperations(AutomationClientContext)

Create a StatisticsOperations.

Methods

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

Retrieve the statistics for the account.

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

Constructor Details

StatisticsOperations(AutomationClientContext)

Create a StatisticsOperations.

new StatisticsOperations(client: AutomationClientContext)

Parameters

client
AutomationClientContext

Reference to the service client.

Method Details

listByAutomationAccount(string, string, ServiceCallback<StatisticsListResult>)

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

callback

ServiceCallback<StatisticsListResult>

The callback

listByAutomationAccount(string, string, StatisticsListByAutomationAccountOptionalParams)

Retrieve the statistics for the account.

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

options
StatisticsListByAutomationAccountOptionalParams

The optional parameters

Returns

Promise<Models.StatisticsListByAutomationAccountResponse>

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

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

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

options
StatisticsListByAutomationAccountOptionalParams

The optional parameters

callback

ServiceCallback<StatisticsListResult>

The callback