Share via


IntegrationRuntime Constructors

Definition

Overloads

IntegrationRuntime()

Initializes a new instance of the IntegrationRuntime class.

IntegrationRuntime(IDictionary<String,Object>, String)

Initializes a new instance of the IntegrationRuntime class.

IntegrationRuntime()

Initializes a new instance of the IntegrationRuntime class.

public IntegrationRuntime ();
Public Sub New ()

Applies to

IntegrationRuntime(IDictionary<String,Object>, String)

Initializes a new instance of the IntegrationRuntime class.

public IntegrationRuntime (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntime : System.Collections.Generic.IDictionary<string, obj> * string -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntime
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

description
String

Integration runtime description.

Applies to