StatisticsOperationsExtensions.ListByAutomationAccountAsync(IStatisticsOperations, String, String, String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve the statistics for the account. http://aka.ms/azureautomationsdk/statisticsoperations
public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Automation.Models.Statistics>> ListByAutomationAccountAsync (this Microsoft.Azure.Management.Automation.IStatisticsOperations operations, string resourceGroupName, string automationAccountName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByAutomationAccountAsync : Microsoft.Azure.Management.Automation.IStatisticsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Automation.Models.Statistics>>
<Extension()>
Public Function ListByAutomationAccountAsync (operations As IStatisticsOperations, resourceGroupName As String, automationAccountName As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of Statistics))
Parameters
- operations
- IStatisticsOperations
The operations group for this extension method.
- resourceGroupName
- System.String
Name of an Azure Resource group.
- automationAccountName
- System.String
The name of the automation account.
- filter
- System.String
The filter to apply on the operation.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token.
Returns
- System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Statistics>>