Partager via


ICredentialOperations.CreateAsync Méthode

Définition

Créez des informations d’identification. (voir http://aka.ms/azureautomationsdk/credentialoperations pour plus d’informations)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateResponse> CreateAsync (string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member CreateAsync : string * Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CredentialCreateResponse>
Public Function CreateAsync (automationAccount As String, parameters As CredentialCreateParameters, cancellationToken As CancellationToken) As Task(Of CredentialCreateResponse)

Paramètres

automationAccount
String

Nom du compte Automation.

parameters
CredentialCreateParameters

Paramètres fournis à l’opération créer des informations d’identification.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Modèle de réponse pour l’opération créer des informations d’identification.

S’applique à