Partager via


CredentialOperationsExtensions.CreateAsync Méthode

Définition

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

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

Paramètres

operations
ICredentialOperations

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

automationAccount
String

Obligatoire. Nom du compte Automation.

parameters
CredentialCreateParameters

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

Retours

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

S’applique à