Partager via


ICredentialOperations.ListAsync(String, CancellationToken) Méthode

Définition

Récupérez une liste d’informations d’identification. (voir http://aka.ms/azureautomationsdk/credentialoperations pour plus d’informations)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CredentialListResponse> ListAsync (string automationAccount, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CredentialListResponse>
Public Function ListAsync (automationAccount As String, cancellationToken As CancellationToken) As Task(Of CredentialListResponse)

Paramètres

automationAccount
String

Nom du compte Automation.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Modèle de réponse pour l’opération d’informations d’identification de liste.

S’applique à