Partager via


SelfHostedIntegrationRuntime Constructeurs

Définition

Surcharges

SelfHostedIntegrationRuntime()

Initialise une nouvelle instance de la classe SelfHostedIntegrationRuntime.

SelfHostedIntegrationRuntime(IDictionary<String,Object>, String, LinkedIntegrationRuntimeType)

Initialise une nouvelle instance de la classe SelfHostedIntegrationRuntime.

SelfHostedIntegrationRuntime()

Initialise une nouvelle instance de la classe SelfHostedIntegrationRuntime.

public SelfHostedIntegrationRuntime ();
Public Sub New ()

S’applique à

SelfHostedIntegrationRuntime(IDictionary<String,Object>, String, LinkedIntegrationRuntimeType)

Initialise une nouvelle instance de la classe SelfHostedIntegrationRuntime.

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)

Paramètres

additionalProperties
IDictionary<String,Object>

Les propriétés sans correspondance du message sont désérialisées cette collection

description
String

Description du runtime d’intégration.

S’applique à