共用方式為


ConnectionTypeCreateOrUpdateParameters 建構函式

定義

多載

ConnectionTypeCreateOrUpdateParameters()

初始化 ConnectionTypeCreateOrUpdateParameters 類別的新實例。

ConnectionTypeCreateOrUpdateParameters(String, ConnectionTypeCreateOrUpdateProperties)
ConnectionTypeCreateOrUpdateParameters(String, IDictionary<String,FieldDefinition>, Nullable<Boolean>)

初始化 ConnectionTypeCreateOrUpdateParameters 類別的新實例。

ConnectionTypeCreateOrUpdateParameters()

初始化 ConnectionTypeCreateOrUpdateParameters 類別的新實例。

public ConnectionTypeCreateOrUpdateParameters ();
Public Sub New ()

適用於

ConnectionTypeCreateOrUpdateParameters(String, ConnectionTypeCreateOrUpdateProperties)

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

參數

name
String

適用於

ConnectionTypeCreateOrUpdateParameters(String, IDictionary<String,FieldDefinition>, Nullable<Boolean>)

初始化 ConnectionTypeCreateOrUpdateParameters 類別的新實例。

public ConnectionTypeCreateOrUpdateParameters (string name, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Automation.Models.FieldDefinition> fieldDefinitions, bool? isGlobal = default);
new Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateParameters : string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Automation.Models.FieldDefinition> * Nullable<bool> -> Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateParameters
Public Sub New (name As String, fieldDefinitions As IDictionary(Of String, FieldDefinition), Optional isGlobal As Nullable(Of Boolean) = Nothing)

參數

name
String

取得或設定連線類型的名稱。

fieldDefinitions
IDictionary<String,FieldDefinition>

取得或設定連線類型的欄位定義。

isGlobal
Nullable<Boolean>

取得或設定布林值,指出連線類型是否為全域。

適用於