Sdílet prostřednictvím


ConnectionTypeOperationsExtensions.CreateOrUpdate Metoda

Definice

Přetížení

CreateOrUpdate(IConnectionTypeOperations, String, String, ConnectionTypeCreateOrUpdateParameters)
CreateOrUpdate(IConnectionTypeOperations, String, String, String, ConnectionTypeCreateOrUpdateParameters)

Vytvořte typ připojení. http://aka.ms/azureautomationsdk/connectiontypeoperations

CreateOrUpdate(IConnectionTypeOperations, String, String, ConnectionTypeCreateOrUpdateParameters)

public static Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateResponse CreateOrUpdate (this Microsoft.Azure.Management.Automation.IConnectionTypeOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IConnectionTypeOperations * string * string * Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateResponse
<Extension()>
Public Function CreateOrUpdate (operations As IConnectionTypeOperations, resourceGroupName As String, automationAccount As String, parameters As ConnectionTypeCreateOrUpdateParameters) As ConnectionTypeCreateOrUpdateResponse

Parametry

resourceGroupName
String
automationAccount
String

Návraty

Platí pro

CreateOrUpdate(IConnectionTypeOperations, String, String, String, ConnectionTypeCreateOrUpdateParameters)

public static Microsoft.Azure.Management.Automation.Models.ConnectionType CreateOrUpdate (this Microsoft.Azure.Management.Automation.IConnectionTypeOperations operations, string resourceGroupName, string automationAccountName, string connectionTypeName, Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IConnectionTypeOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.ConnectionType
<Extension()>
Public Function CreateOrUpdate (operations As IConnectionTypeOperations, resourceGroupName As String, automationAccountName As String, connectionTypeName As String, parameters As ConnectionTypeCreateOrUpdateParameters) As ConnectionType

Parametry

operations
IConnectionTypeOperations

Skupina operací pro tuto metodu rozšíření.

resourceGroupName
String

Název skupiny prostředků Azure.

automationAccountName
String

Název účtu Automation.

connectionTypeName
String

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

parameters
ConnectionTypeCreateOrUpdateParameters

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

Návraty

Platí pro