Partilhar via


IntegrationRuntimeOutboundNetworkDependenciesEndpoint Construtores

Definição

Sobrecargas

IntegrationRuntimeOutboundNetworkDependenciesEndpoint()

Inicializa uma nova instância da classe IntegrationRuntimeOutboundNetworkDependenciesEndpoint.

IntegrationRuntimeOutboundNetworkDependenciesEndpoint(String, IList<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>)

Inicializa uma nova instância da classe IntegrationRuntimeOutboundNetworkDependenciesEndpoint.

IntegrationRuntimeOutboundNetworkDependenciesEndpoint()

Inicializa uma nova instância da classe IntegrationRuntimeOutboundNetworkDependenciesEndpoint.

public IntegrationRuntimeOutboundNetworkDependenciesEndpoint ();
Public Sub New ()

Aplica-se a

IntegrationRuntimeOutboundNetworkDependenciesEndpoint(String, IList<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>)

Inicializa uma nova instância da classe 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

O nome de domínio do ponto de extremidade.

endpointDetails
IList<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>

Os detalhes do ponto de extremidade.

Aplica-se a