Partager via


CertificateOperationsExtensions.GetAsync Méthode

Définition

Récupérez le certificat identifié par le nom du certificat. (voir http://aka.ms/azureautomationsdk/certificateoperations pour plus d’informations)

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

Paramètres

operations
ICertificateOperations

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

automationAccount
String

Obligatoire. Nom du compte Automation.

certificateName
String

Obligatoire. Nom du certificat.

Retours

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

S’applique à