Share via


SelfHostedIntegrationRuntime Constructors

Definition

Overloads

SelfHostedIntegrationRuntime()

Initializes a new instance of the SelfHostedIntegrationRuntime class.

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

Initializes a new instance of the SelfHostedIntegrationRuntime class.

SelfHostedIntegrationRuntime()

Initializes a new instance of the SelfHostedIntegrationRuntime class.

public SelfHostedIntegrationRuntime ();
Public Sub New ()

Applies to

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

Initializes a new instance of the SelfHostedIntegrationRuntime class.

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)

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

description
String

Integration runtime description.

Applies to