你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 地址。

适用于