IntegrationRuntimeNodeIpAddress Constructors

Definition

Overloads

IntegrationRuntimeNodeIpAddress()

Initializes a new instance of the IntegrationRuntimeNodeIpAddress class.

IntegrationRuntimeNodeIpAddress(String)

Initializes a new instance of the IntegrationRuntimeNodeIpAddress class.

IntegrationRuntimeNodeIpAddress()

Initializes a new instance of the IntegrationRuntimeNodeIpAddress class.

public IntegrationRuntimeNodeIpAddress ();
Public Sub New ()

Applies to

IntegrationRuntimeNodeIpAddress(String)

Initializes a new instance of the IntegrationRuntimeNodeIpAddress class.

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)

Parameters

ipAddress
String

The IP address of self-hosted integration runtime node.

Applies to