Condividi tramite


UsagesOperationsExtensions.ListByAutomationAccountAsync Metodo

Definizione

Recuperare l'utilizzo per l'ID account. 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))

Parametri

operations
IUsagesOperations

Gruppo di operazioni per questo metodo di estensione.

resourceGroupName
String

Nome di un gruppo di risorse di Azure.

automationAccountName
String

Nome dell'account di automazione.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Si applica a