IntegrationRuntime Class

Azure Synapse nested object which serves as a compute resource for activities.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: ManagedIntegrationRuntime, SelfHostedIntegrationRuntime.

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

Inheritance
IntegrationRuntime

Constructor

IntegrationRuntime(*, additional_properties: Optional[Dict[str, object]] = None, description: Optional[str] = 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.