共用方式為


ConnectionCreateOrUpdateParameters 建構函式

定義

多載

ConnectionCreateOrUpdateParameters()

初始化 ConnectionCreateOrUpdateParameters 類別的新實例。

ConnectionCreateOrUpdateParameters(String, ConnectionCreateOrUpdateProperties)
ConnectionCreateOrUpdateParameters(String, ConnectionTypeAssociationProperty, String, IDictionary<String,String>)

初始化 ConnectionCreateOrUpdateParameters 類別的新實例。

ConnectionCreateOrUpdateParameters()

初始化 ConnectionCreateOrUpdateParameters 類別的新實例。

public ConnectionCreateOrUpdateParameters ();
Public Sub New ()

適用於

ConnectionCreateOrUpdateParameters(String, ConnectionCreateOrUpdateProperties)

public ConnectionCreateOrUpdateParameters (string name, Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters : string * Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters
Public Sub New (name As String, properties As ConnectionCreateOrUpdateProperties)

參數

name
String

適用於

ConnectionCreateOrUpdateParameters(String, ConnectionTypeAssociationProperty, String, IDictionary<String,String>)

初始化 ConnectionCreateOrUpdateParameters 類別的新實例。

public ConnectionCreateOrUpdateParameters (string name, Microsoft.Azure.Management.Automation.Models.ConnectionTypeAssociationProperty connectionType, string description = default, System.Collections.Generic.IDictionary<string,string> fieldDefinitionValues = default);
new Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters : string * Microsoft.Azure.Management.Automation.Models.ConnectionTypeAssociationProperty * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters
Public Sub New (name As String, connectionType As ConnectionTypeAssociationProperty, Optional description As String = Nothing, Optional fieldDefinitionValues As IDictionary(Of String, String) = Nothing)

參數

name
String

取得或設定連接的名稱。

connectionType
ConnectionTypeAssociationProperty

取得或設定連接的 connectionType。

description
String

取得或設定連接的描述。

fieldDefinitionValues
IDictionary<String,String>

取得或設定連接的欄位定義屬性。

適用於