Delen via


StatisticsOperations class

Klasse die een StatisticsOperations vertegenwoordigt.

Constructors

StatisticsOperations(AutomationClientContext)

Maak een StatisticsOperations.

Methoden

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

Haal de statistieken voor het account op.

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

Constructordetails

StatisticsOperations(AutomationClientContext)

Maak een StatisticsOperations.

new StatisticsOperations(client: AutomationClientContext)

Parameters

client
AutomationClientContext

Verwijzing naar de serviceclient.

Methodedetails

listByAutomationAccount(string, string, ServiceCallback<StatisticsListResult>)

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

callback

ServiceCallback<StatisticsListResult>

De callback

listByAutomationAccount(string, string, StatisticsListByAutomationAccountOptionalParams)

Haal de statistieken voor het account op.

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

options
StatisticsListByAutomationAccountOptionalParams

De optionele parameters

Retouren

Promise<Models.StatisticsListByAutomationAccountResponse>

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

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

options
StatisticsListByAutomationAccountOptionalParams

De optionele parameters

callback

ServiceCallback<StatisticsListResult>

De callback