SelfHostedIntegrationRuntime 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
SelfHostedIntegrationRuntime() |
Initialisiert eine neue instance der SelfHostedIntegrationRuntime-Klasse. |
SelfHostedIntegrationRuntime(IDictionary<String,Object>, String, LinkedIntegrationRuntimeType) |
Initialisiert eine neue instance der SelfHostedIntegrationRuntime-Klasse. |
SelfHostedIntegrationRuntime()
Initialisiert eine neue instance der SelfHostedIntegrationRuntime-Klasse.
public SelfHostedIntegrationRuntime ();
Public Sub New ()
Gilt für:
SelfHostedIntegrationRuntime(IDictionary<String,Object>, String, LinkedIntegrationRuntimeType)
Initialisiert eine neue instance der SelfHostedIntegrationRuntime-Klasse.
public SelfHostedIntegrationRuntime (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntimeType linkedInfo = default);
new Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntime : System.Collections.Generic.IDictionary<string, obj> * string * Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntimeType -> Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntime
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional linkedInfo As LinkedIntegrationRuntimeType = Nothing)
Parameter
- additionalProperties
- IDictionary<String,Object>
Nicht übereinstimmende Eigenschaften aus der Nachricht werden für diese Auflistung deserialisiert.
- description
- String
Beschreibung der Integration Runtime.
- linkedInfo
- LinkedIntegrationRuntimeType
Gilt für:
Azure SDK for .NET