共用方式為


ConnectionTypeOperationsExtensions.CreateOrUpdate 方法

定義

多載

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

建立連線類型。 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

參數

resourceGroupName
String
automationAccount
String

傳回

適用於

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

參數

operations
IConnectionTypeOperations

這個擴充方法的作業群組。

resourceGroupName
String

Azure 資源群組的名稱。

automationAccountName
String

自動化帳戶的名稱。

connectionTypeName
String

提供給建立或更新連線類型作業的參數。

parameters
ConnectionTypeCreateOrUpdateParameters

提供給建立或更新連線類型作業的參數。

傳回

適用於