次の方法で共有


IntegrationRuntimeNodeIpAddress コンストラクター

定義

オーバーロード

IntegrationRuntimeNodeIpAddress()

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

IntegrationRuntimeNodeIpAddress(String)

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

IntegrationRuntimeNodeIpAddress()

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

public IntegrationRuntimeNodeIpAddress ();
Public Sub New ()

適用対象

IntegrationRuntimeNodeIpAddress(String)

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

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

パラメーター

ipAddress
String

セルフホステッド統合ランタイム ノードの IP アドレス。

適用対象