Partager via


CertificateOperationsExtensions.CreateAsync Méthode

Définition

Création d'un certificat (voir http://aka.ms/azureautomationsdk/certificateoperations pour plus d’informations)

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

Paramètres

operations
ICertificateOperations

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

automationAccount
String

Obligatoire. Nom du compte Automation.

parameters
CertificateCreateParameters

Obligatoire. Paramètres fournis à l’opération de création de certificat.

Retours

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

S’applique à