次の方法で共有


IntegrationRuntimeCustomerVirtualNetwork コンストラクター

定義

オーバーロード

IntegrationRuntimeCustomerVirtualNetwork()

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

IntegrationRuntimeCustomerVirtualNetwork(String)

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

IntegrationRuntimeCustomerVirtualNetwork()

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

public IntegrationRuntimeCustomerVirtualNetwork ();
Public Sub New ()

適用対象

IntegrationRuntimeCustomerVirtualNetwork(String)

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

public IntegrationRuntimeCustomerVirtualNetwork (string subnetId = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeCustomerVirtualNetwork : string -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeCustomerVirtualNetwork
Public Sub New (Optional subnetId As String = Nothing)

パラメーター

subnetId
String

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

適用対象