IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The list of outbound network dependency endpoints.
Applies to
Azure SDK for .NET