StatisticsOperations interface

Interface representing a StatisticsOperations.

Methods

listByAutomationAccount(string, string, StatisticsListByAutomationAccountOptionalParams)

Retrieve the statistics for the account.

Method Details

listByAutomationAccount(string, string, StatisticsListByAutomationAccountOptionalParams)

Retrieve the statistics for the account.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: StatisticsListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<Statistics, Statistics[], PageSettings>

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

options
StatisticsListByAutomationAccountOptionalParams

The options parameters.

Returns