Compartilhar via


IntegrationRuntimeNodeIpAddress Construtores

Definição

Sobrecargas

IntegrationRuntimeNodeIpAddress()

Inicializa uma nova instância da classe IntegrationRuntimeNodeIpAddress.

IntegrationRuntimeNodeIpAddress(String)

Inicializa uma nova instância da classe IntegrationRuntimeNodeIpAddress.

IntegrationRuntimeNodeIpAddress()

Inicializa uma nova instância da classe IntegrationRuntimeNodeIpAddress.

public IntegrationRuntimeNodeIpAddress ();
Public Sub New ()

Aplica-se a

IntegrationRuntimeNodeIpAddress(String)

Inicializa uma nova instância da classe IntegrationRuntimeNodeIpAddress.

public IntegrationRuntimeNodeIpAddress (string ipAddress = default);
new Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeIpAddress : string -> Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeIpAddress
Public Sub New (Optional ipAddress As String = Nothing)

Parâmetros

ipAddress
String

O endereço IP do nó do runtime de integração auto-hospedada.

Aplica-se a