UsagesOperationsExtensions.ListByAutomationAccountAsync Método

Definición

Recupere el uso del identificador de cuenta. 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))

Parámetros

operations
IUsagesOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre de un grupo de recursos de Azure.

automationAccountName
String

Nombre de la cuenta de Automation.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a