UsagesOperationsExtensions.ListByAutomationAccountAsync(IUsagesOperations, 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 usage for the account id. http://aka.ms/azureautomationsdk/usageoperations
public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Automation.Models.Usage>> ListByAutomationAccountAsync (this Microsoft.Azure.Management.Automation.IUsagesOperations operations, string resourceGroupName, string automationAccountName, System.Threading.CancellationToken cancellationToken = default);
static member ListByAutomationAccountAsync : Microsoft.Azure.Management.Automation.IUsagesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Automation.Models.Usage>>
<Extension()>
Public Function ListByAutomationAccountAsync (operations As IUsagesOperations, resourceGroupName As String, automationAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of Usage))
Parameters
- operations
- IUsagesOperations
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.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token.
Returns
- System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Usage>>