Freigeben über


IntegrationRuntimeNodeIpAddress Konstruktoren

Definition

Überlädt

IntegrationRuntimeNodeIpAddress()

Initialisiert eine neue instance der IntegrationRuntimeNodeIpAddress-Klasse.

IntegrationRuntimeNodeIpAddress(String)

Initialisiert eine neue instance der IntegrationRuntimeNodeIpAddress-Klasse.

IntegrationRuntimeNodeIpAddress()

Initialisiert eine neue instance der IntegrationRuntimeNodeIpAddress-Klasse.

public IntegrationRuntimeNodeIpAddress ();
Public Sub New ()

Gilt für:

IntegrationRuntimeNodeIpAddress(String)

Initialisiert eine neue instance der IntegrationRuntimeNodeIpAddress-Klasse.

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)

Parameter

ipAddress
String

Die IP-Adresse des selbstgehosteten Integration Runtime-Knotens.

Gilt für: