Bagikan melalui


IntegrationRuntimeOutboundNetworkDependenciesEndpoint Constructors

Definition

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