IntegrationRuntime Class
Azure Data Factory nested object which serves as a compute resource for activities.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: ManagedIntegrationRuntime, SelfHostedIntegrationRuntime
Constructor
IntegrationRuntime(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
Type of integration runtime. Required. Known values are: "Managed" and "SelfHosted". |
|
description
|
Integration runtime description. |
Attributes
description
Integration runtime description.
description: str | None
type
"Managed" and "SelfHosted".
type: str