IntegrationRuntimeOutboundNetworkDependenciesEndpoint Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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:
Azure SDK for .NET