Partilhar via


IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse Construtores

Definição

Sobrecargas

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse()

Inicializa uma nova instância da classe IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse.

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse(IList<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>)

Inicializa uma nova instância da classe IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse.

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse()

Inicializa uma nova instância da classe IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse.

public IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse ();
Public Sub New ()

Aplica-se a

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse(IList<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>)

Inicializa uma nova instância da classe IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse.

public IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint> value = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint> -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse
Public Sub New (Optional value As IList(Of IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint) = Nothing)

Parâmetros

value
IList<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>

A lista de pontos de extremidade de dependência de rede de saída.

Aplica-se a