IntegrationRuntimeOutboundNetworkDependenciesEndpoint 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
IntegrationRuntimeOutboundNetworkDependenciesEndpoint() |
Initializes a new instance of the IntegrationRuntimeOutboundNetworkDependenciesEndpoint class. |
IntegrationRuntimeOutboundNetworkDependenciesEndpoint(String, IList<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>) |
Initializes a new instance of the IntegrationRuntimeOutboundNetworkDependenciesEndpoint class. |
IntegrationRuntimeOutboundNetworkDependenciesEndpoint()
Initializes a new instance of the IntegrationRuntimeOutboundNetworkDependenciesEndpoint class.
public IntegrationRuntimeOutboundNetworkDependenciesEndpoint ();
Public Sub New ()
Applies to
IntegrationRuntimeOutboundNetworkDependenciesEndpoint(String, IList<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>)
Initializes a new instance of the IntegrationRuntimeOutboundNetworkDependenciesEndpoint class.
public IntegrationRuntimeOutboundNetworkDependenciesEndpoint (string domainName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails> endpointDetails = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpoint : string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails> -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpoint
Public Sub New (Optional domainName As String = Nothing, Optional endpointDetails As IList(Of IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails) = Nothing)
Parameters
- domainName
- String
The domain name of endpoint.
- endpointDetails
- IList<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>
The details of endpoint.
Applies to
Azure SDK for .NET