CreateLinkedIntegrationRuntimeRequest Class

The linked integration runtime information.

Inheritance
azure.mgmt.datafactory._serialization.Model
CreateLinkedIntegrationRuntimeRequest

Constructor

CreateLinkedIntegrationRuntimeRequest(*, name: str | None = None, subscription_id: str | None = None, data_factory_name: str | None = None, data_factory_location: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The name of the linked integration runtime.

subscription_id
str

The ID of the subscription that the linked integration runtime belongs to.

data_factory_name
str

The name of the data factory that the linked integration runtime belongs to.

data_factory_location
str

The location of the data factory that the linked integration runtime belongs to.

Variables

Name Description
name
str

The name of the linked integration runtime.

subscription_id
str

The ID of the subscription that the linked integration runtime belongs to.

data_factory_name
str

The name of the data factory that the linked integration runtime belongs to.

data_factory_location
str

The location of the data factory that the linked integration runtime belongs to.