Compartir a través de


IntegrationRuntimeOutboundNetworkDependenciesEndpoint Constructores

Definición

Sobrecargas

IntegrationRuntimeOutboundNetworkDependenciesEndpoint()

Inicializa una nueva instancia de la clase IntegrationRuntimeOutboundNetworkDependenciesEndpoint.

IntegrationRuntimeOutboundNetworkDependenciesEndpoint(String, IList<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>)

Inicializa una nueva instancia de la clase IntegrationRuntimeOutboundNetworkDependenciesEndpoint.

IntegrationRuntimeOutboundNetworkDependenciesEndpoint()

Inicializa una nueva instancia de la clase IntegrationRuntimeOutboundNetworkDependenciesEndpoint.

public IntegrationRuntimeOutboundNetworkDependenciesEndpoint ();
Public Sub New ()

Se aplica a

IntegrationRuntimeOutboundNetworkDependenciesEndpoint(String, IList<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>)

Inicializa una nueva instancia de la clase IntegrationRuntimeOutboundNetworkDependenciesEndpoint.

public IntegrationRuntimeOutboundNetworkDependenciesEndpoint (string domainName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails> endpointDetails = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpoint : string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails> -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpoint
Public Sub New (Optional domainName As String = Nothing, Optional endpointDetails As IList(Of IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails) = Nothing)

Parámetros

domainName
String

Nombre de dominio del punto de conexión.

endpointDetails
IList<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>

Detalles del punto de conexión.

Se aplica a