SelfHostedIntegrationRuntime Class

Self-hosted integration runtime.

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

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

Constructor

SelfHostedIntegrationRuntime(*, additional_properties: Optional[Dict[str, Any]] = None, description: Optional[str] = None, linked_info: Optional[_models.LinkedIntegrationRuntimeType] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

type
str or IntegrationRuntimeType

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

description
str

Integration runtime description.

linked_info
LinkedIntegrationRuntimeType

The base definition of a linked integration runtime.