Partager via


CertificateOperationsExtensions.List(ICertificateOperations, String) Méthode

Définition

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

public static Microsoft.WindowsAzure.Management.Automation.Models.CertificateListResponse List (this Microsoft.WindowsAzure.Management.Automation.ICertificateOperations operations, string automationAccount);
static member List : Microsoft.WindowsAzure.Management.Automation.ICertificateOperations * string -> Microsoft.WindowsAzure.Management.Automation.Models.CertificateListResponse
<Extension()>
Public Function List (operations As ICertificateOperations, automationAccount As String) As 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 à