Share via


IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint Constructors

Definition

Overloads

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint()

Initializes a new instance of the IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint class.

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint(String, IList<IntegrationRuntimeOutboundNetworkDependenciesEndpoint>)

Initializes a new instance of the IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint class.

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint()

Initializes a new instance of the IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint class.

public IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint ();
Public Sub New ()

Applies to

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint(String, IList<IntegrationRuntimeOutboundNetworkDependenciesEndpoint>)

Initializes a new instance of the IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint class.

public IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint (string category = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpoint> endpoints = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint : string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpoint> -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint
Public Sub New (Optional category As String = Nothing, Optional endpoints As IList(Of IntegrationRuntimeOutboundNetworkDependenciesEndpoint) = Nothing)

Parameters

category
String

The category of outbound network dependency.

endpoints
IList<IntegrationRuntimeOutboundNetworkDependenciesEndpoint>

The endpoints for outbound network dependency.

Applies to