Partager via


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