Compartir a través de


IntegrationRuntimeNodeIpAddress Constructores

Definición

Sobrecargas

IntegrationRuntimeNodeIpAddress()

Inicializa una nueva instancia de la clase IntegrationRuntimeNodeIpAddress.

IntegrationRuntimeNodeIpAddress(String)

Inicializa una nueva instancia de la clase IntegrationRuntimeNodeIpAddress.

IntegrationRuntimeNodeIpAddress()

Inicializa una nueva instancia de la clase IntegrationRuntimeNodeIpAddress.

public IntegrationRuntimeNodeIpAddress ();
Public Sub New ()

Se aplica a

IntegrationRuntimeNodeIpAddress(String)

Inicializa una nueva instancia de la clase 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)

Parámetros

ipAddress
String

Dirección IP del nodo del entorno de ejecución de integración autohospedado.

Se aplica a