次の方法で共有


IntegrationRuntimeVNetProperties コンストラクター

定義

オーバーロード

IntegrationRuntimeVNetProperties()

IntegrationRuntimeVNetProperties クラスの新しいインスタンスを初期化します。

IntegrationRuntimeVNetProperties(IDictionary<String,Object>, String, String, IList<String>, String)

IntegrationRuntimeVNetProperties クラスの新しいインスタンスを初期化します。

IntegrationRuntimeVNetProperties()

IntegrationRuntimeVNetProperties クラスの新しいインスタンスを初期化します。

public IntegrationRuntimeVNetProperties ();
Public Sub New ()

適用対象

IntegrationRuntimeVNetProperties(IDictionary<String,Object>, String, String, IList<String>, String)

IntegrationRuntimeVNetProperties クラスの新しいインスタンスを初期化します。

public IntegrationRuntimeVNetProperties (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string vNetId = default, string subnet = default, System.Collections.Generic.IList<string> publicIPs = default, string subnetId = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeVNetProperties : System.Collections.Generic.IDictionary<string, obj> * string * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeVNetProperties
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional vNetId As String = Nothing, Optional subnet As String = Nothing, Optional publicIPs As IList(Of String) = Nothing, Optional subnetId As String = Nothing)

パラメーター

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

vNetId
String

この統合ランタイムが参加する VNet の ID。

subnet
String

この統合ランタイムが参加するサブネットの名前。

publicIPs
IList<String>

この統合ランタイムが使用するパブリック IP アドレスのリソース ID。

subnetId
String

この Azure-SSIS 統合ランタイムが参加するサブネットの ID。

適用対象