Partager via


CredentialOperationsExtensions.ListAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CredentialListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Automation.ICredentialOperations operations, string automationAccount);
static member ListAsync : Microsoft.WindowsAzure.Management.Automation.ICredentialOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CredentialListResponse>
<Extension()>
Public Function ListAsync (operations As ICredentialOperations, automationAccount As String) As Task(Of CredentialListResponse)

Paramètres

operations
ICredentialOperations

Référence à Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.

automationAccount
String

Obligatoire. Nom du compte Automation.

Retours

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

S’applique à