Partager via


ConnectionOperationsExtensions.CreateAsync Méthode

Définition

Créez une connexion. (voir http://aka.ms/azureautomationsdk/connectionoperations pour plus d’informations)

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

Paramètres

operations
IConnectionOperations

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

automationAccount
String

Obligatoire. Nom du compte Automation.

parameters
ConnectionCreateParameters

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

Retours

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

S’applique à