IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
A lista de pontos de extremidade de dependência de rede de saída.
Aplica-se a
Azure SDK for .NET