LinkedIntegrationRuntime Class

The linked integration runtime information.

Constructor

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

Variables

Name Description
name
str

The name of the linked integration runtime.

subscription_id
str

The subscription ID for which the linked integration runtime belong to.

data_factory_name
str

The name of the data factory for which the linked integration runtime belong to.

data_factory_location
str

The location of the data factory for which the linked integration runtime belong to.

create_time

The creating time of the linked integration runtime.

Attributes

create_time

The creating time of the linked integration runtime.

create_time: datetime | None

data_factory_location

The location of the data factory for which the linked integration runtime belong to.

data_factory_location: str | None

data_factory_name

The name of the data factory for which the linked integration runtime belong to.

data_factory_name: str | None

name

The name of the linked integration runtime.

name: str | None

subscription_id

The subscription ID for which the linked integration runtime belong to.

subscription_id: str | None