Freigeben über


SelfHostedIntegrationRuntime Konstruktoren

Definition

Ü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.

Gilt für: