IStatisticsOperations Interface

Definition

StatisticsOperations operations.

public interface IStatisticsOperations
type IStatisticsOperations = interface
Public Interface IStatisticsOperations

Methods

ListAsync(String, String, StatisticsListParameters, CancellationToken)
ListByAutomationAccountWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieve the statistics for the account. http://aka.ms/azureautomationsdk/statisticsoperations

Extension Methods

List(IStatisticsOperations, String, String, StatisticsListParameters)
ListAsync(IStatisticsOperations, String, String, StatisticsListParameters)
ListByAutomationAccount(IStatisticsOperations, String, String, String)

Retrieve the statistics for the account. http://aka.ms/azureautomationsdk/statisticsoperations

ListByAutomationAccountAsync(IStatisticsOperations, String, String, String, CancellationToken)

Retrieve the statistics for the account. http://aka.ms/azureautomationsdk/statisticsoperations

Applies to