Partager via


IntegrationRuntimeNodeIpAddress Constructeurs

Définition

Surcharges

IntegrationRuntimeNodeIpAddress()

Initialise une nouvelle instance de la classe IntegrationRuntimeNodeIpAddress.

IntegrationRuntimeNodeIpAddress(String)

Initialise une nouvelle instance de la classe IntegrationRuntimeNodeIpAddress.

IntegrationRuntimeNodeIpAddress()

Initialise une nouvelle instance de la classe IntegrationRuntimeNodeIpAddress.

public IntegrationRuntimeNodeIpAddress ();
Public Sub New ()

S’applique à

IntegrationRuntimeNodeIpAddress(String)

Initialise une nouvelle instance de la classe 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)

Paramètres

ipAddress
String

Adresse IP du nœud runtime d’intégration auto-hébergé.

S’applique à