ConnectionTypeOperationsExtensions.Create Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET