Partager via


ConnectionTypeOperationsExtensions.Create Méthode

Définition

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

public static Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateResponse Create (this Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateParameters parameters);
static member Create : Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateParameters -> Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateResponse
<Extension()>
Public Function Create (operations As IConnectionTypeOperations, automationAccount As String, parameters As ConnectionTypeCreateParameters) As 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 à