Partager via


CertificateOperationsExtensions.ListAsync Méthode

Définition

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

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

Paramètres

operations
ICertificateOperations

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

automationAccount
String

Obligatoire. Nom du compte Automation.

Retours

Modèle de réponse pour l’opération de certificat de liste.

S’applique à