Sdílet prostřednictvím


ConnectionOperationsExtensions.CreateOrUpdate Metoda

Definice

Přetížení

CreateOrUpdate(IConnectionOperations, String, String, ConnectionCreateOrUpdateParameters)
CreateOrUpdate(IConnectionOperations, String, String, String, ConnectionCreateOrUpdateParameters)

Vytvořte nebo aktualizujte připojení. http://aka.ms/azureautomationsdk/connectionoperations

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

Parametry

resourceGroupName
String
automationAccount
String

Návraty

Platí pro

CreateOrUpdate(IConnectionOperations, String, String, String, ConnectionCreateOrUpdateParameters)

Vytvořte nebo aktualizujte připojení. 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

Parametry

operations
IConnectionOperations

Skupina operací pro tuto rozšiřující metodu.

resourceGroupName
String

Název skupiny prostředků Azure.

automationAccountName
String

Název účtu Automation.

connectionName
String

Parametry zadané pro operaci vytvoření nebo aktualizace připojení.

parameters
ConnectionCreateOrUpdateParameters

Parametry zadané pro operaci vytvoření nebo aktualizace připojení.

Návraty

Platí pro