ManagedIntegrationRuntime Class

Managed integration runtime, including managed elastic and managed dedicated integration runtimes.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.synapse.models._models_py3.IntegrationRuntime
ManagedIntegrationRuntime

Constructor

ManagedIntegrationRuntime(*, additional_properties: Optional[Dict[str, object]] = None, description: Optional[str] = None, compute_properties: Optional[azure.mgmt.synapse.models._models_py3.IntegrationRuntimeComputeProperties] = None, ssis_properties: Optional[azure.mgmt.synapse.models._models_py3.IntegrationRuntimeSsisProperties] = None, **kwargs)

Parameters

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized to this collection.

type
str or IntegrationRuntimeType
Required

Required. Type of integration runtime.Constant filled by server. Possible values include: "Managed", "SelfHosted".

description
str
Required

Integration runtime description.

compute_properties
IntegrationRuntimeComputeProperties
Required

The compute resource for managed integration runtime.

ssis_properties
IntegrationRuntimeSsisProperties
Required

SSIS properties for managed integration runtime.

Variables

state
str or IntegrationRuntimeState

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