ConnectionOperationsExtensions.CreateOrUpdate 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.
Surcharges
CreateOrUpdate(IConnectionOperations, String, String, ConnectionCreateOrUpdateParameters)
public static Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateResponse CreateOrUpdate (this Microsoft.Azure.Management.Automation.IConnectionOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IConnectionOperations * string * string * Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateResponse
<Extension()>
Public Function CreateOrUpdate (operations As IConnectionOperations, resourceGroupName As String, automationAccount As String, parameters As ConnectionCreateOrUpdateParameters) As ConnectionCreateOrUpdateResponse
Paramètres
- operations
- IConnectionOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- ConnectionCreateOrUpdateParameters
Retours
S’applique à
CreateOrUpdate(IConnectionOperations, String, String, String, ConnectionCreateOrUpdateParameters)
Créer ou mettre à jour une connexion. http://aka.ms/azureautomationsdk/connectionoperations
public static Microsoft.Azure.Management.Automation.Models.Connection CreateOrUpdate (this Microsoft.Azure.Management.Automation.IConnectionOperations operations, string resourceGroupName, string automationAccountName, string connectionName, Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IConnectionOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.Connection
<Extension()>
Public Function CreateOrUpdate (operations As IConnectionOperations, resourceGroupName As String, automationAccountName As String, connectionName As String, parameters As ConnectionCreateOrUpdateParameters) As Connection
Paramètres
- operations
- IConnectionOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom d’un groupe de ressources Azure.
- automationAccountName
- String
Nom du compte Automation.
- connectionName
- String
Paramètres fournis à l’opération de création ou de mise à jour de connexion.
- parameters
- ConnectionCreateOrUpdateParameters
Paramètres fournis à l’opération de création ou de mise à jour de connexion.
Retours
S’applique à
Azure SDK for .NET