IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint 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
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.
The endpoints for outbound network dependency.
Applies to
Azure SDK for .NET