CertificateOperationsExtensions.GetAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET