ManagedIntegrationRuntime Constructors

Definition

Overloads

ManagedIntegrationRuntime()

Initializes a new instance of the ManagedIntegrationRuntime class.

ManagedIntegrationRuntime(IDictionary<String,Object>, String, String, IntegrationRuntimeComputeProperties, IntegrationRuntimeSsisProperties)

Initializes a new instance of the ManagedIntegrationRuntime class.

ManagedIntegrationRuntime()

Initializes a new instance of the ManagedIntegrationRuntime class.

public ManagedIntegrationRuntime ();
Public Sub New ()

Applies to

ManagedIntegrationRuntime(IDictionary<String,Object>, String, String, IntegrationRuntimeComputeProperties, IntegrationRuntimeSsisProperties)

Initializes a new instance of the ManagedIntegrationRuntime class.

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

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

description
String

Integration runtime description.

state
String

Integration runtime state, only valid for managed dedicated integration runtime. Possible values include: 'Initial', 'Stopped', 'Started', 'Starting', 'Stopping', 'NeedRegistration', 'Online', 'Limited', 'Offline', 'AccessDenied'

computeProperties
IntegrationRuntimeComputeProperties

The compute resource for managed integration runtime.

ssisProperties
IntegrationRuntimeSsisProperties

SSIS properties for managed integration runtime.

Applies to