SelfHostedIntegrationRuntime Class

Self-hosted integration runtime.

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

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

Constructor

SelfHostedIntegrationRuntime(*, additional_properties: Optional[Dict[str, object]] = None, description: Optional[str] = None, linked_info: Optional[azure.mgmt.synapse.models._models_py3.LinkedIntegrationRuntimeType] = 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.

linked_info
LinkedIntegrationRuntimeType
Required

Linked integration runtime type from data factory.