Share via


IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse Constructors

Definition

Overloads

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse()

Initializes a new instance of the IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse class.

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse(IList<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>)

Initializes a new instance of the IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse class.

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse()

Initializes a new instance of the IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse class.

public IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse ();
Public Sub New ()

Applies to

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse(IList<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>)

Initializes a new instance of the IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse class.

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)

Parameters

value
IList<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>

The list of outbound network dependency endpoints.

Applies to