Freigeben über


IntegrationRuntimeOutboundNetworkDependenciesEndpoint Konstruktoren

Definition

Überlädt

IntegrationRuntimeOutboundNetworkDependenciesEndpoint()

Initialisiert eine neue instance der IntegrationRuntimeOutboundNetworkDependenciesEndpoint-Klasse.

IntegrationRuntimeOutboundNetworkDependenciesEndpoint(String, IList<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>)

Initialisiert eine neue instance der IntegrationRuntimeOutboundNetworkDependenciesEndpoint-Klasse.

IntegrationRuntimeOutboundNetworkDependenciesEndpoint()

Initialisiert eine neue instance der IntegrationRuntimeOutboundNetworkDependenciesEndpoint-Klasse.

public IntegrationRuntimeOutboundNetworkDependenciesEndpoint ();
Public Sub New ()

Gilt für:

IntegrationRuntimeOutboundNetworkDependenciesEndpoint(String, IList<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>)

Initialisiert eine neue instance der IntegrationRuntimeOutboundNetworkDependenciesEndpoint-Klasse.

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)

Parameter

domainName
String

Der Domänenname des Endpunkts.

endpointDetails
IList<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>

Die Details des Endpunkts.

Gilt für: