SelfHostedIntegrationRuntime Class

Self-hosted integration runtime.

Constructor

SelfHostedIntegrationRuntime(*args: Any, **kwargs: Any)

Variables

Name Description
description
str

Integration runtime description.

type_properties

When this property is not null, means this is a linked integration runtime. The property is used to access original integration runtime.

type
str or <xref:azure.mgmt.datafactory.models.SELF_HOSTED>

Type of integration runtime. Required. SelfHosted.

Attributes

type

Type of integration runtime. Required. SelfHosted.

type: SELF_HOSTED: 'SelfHosted'>]

type_properties

When this property is not null, means this is a linked integration runtime. The property is used to access original integration runtime.

type_properties: _models.SelfHostedIntegrationRuntimeTypeProperties | None