Partager via


ConnectionTypeOperationsExtensions.CreateAsync Méthode

Définition

Créez un type de connexion. (voir http://aka.ms/azureautomationsdk/connectiontypeoperations pour plus d’informations)

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

Paramètres

operations
IConnectionTypeOperations

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

automationAccount
String

Obligatoire. Nom du compte Automation.

parameters
ConnectionTypeCreateParameters

Obligatoire. Paramètres fournis à l’opération create connectiontype.

Retours

Modèle de réponse pour l’opération créer un type de connexion.

S’applique à