次の方法で共有


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>

接続のフィールド定義プロパティを取得または設定します。

適用対象