IntegrationRuntimeStatus interface
Integration runtime status.
Properties
| additional |
Additional properties |
| data |
The data factory name which the integration runtime belong to. |
| state | The state of integration runtime. |
| type | The discriminator possible values: Managed, SelfHosted |
Property Details
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
dataFactoryName
The data factory name which the integration runtime belong to.
dataFactoryName?: string
Property Value
string
state
The state of integration runtime.
state?: string
Property Value
string
type
The discriminator possible values: Managed, SelfHosted
type: string
Property Value
string