ConnectionOperationsExtensions.CreateOrUpdate Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- operations
- IConnectionOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- ConnectionCreateOrUpdateParameters
Restituisce
Si applica a
CreateOrUpdate(IConnectionOperations, String, String, String, ConnectionCreateOrUpdateParameters)
Creare o aggiornare una connessione. 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
Parametri
- operations
- IConnectionOperations
Gruppo di operazioni per questo metodo di estensione.
- resourceGroupName
- String
Nome di un gruppo di risorse di Azure.
- automationAccountName
- String
Nome dell'account di automazione.
- connectionName
- String
Parametri forniti all'operazione di creazione o aggiornamento della connessione.
- parameters
- ConnectionCreateOrUpdateParameters
Parametri forniti all'operazione di creazione o aggiornamento della connessione.