IntegrationRuntimeVNetProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
この統合ランタイムが参加するサブネットの名前。
- subnetId
- String
この Azure-SSIS 統合ランタイムが参加するサブネットの ID。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET