IntegrationRuntimeStatus interface
Integration runtime status.
Properties
data |
The data factory name which the integration runtime belong to. NOTE: This property will not be serialized. It can only be populated by the server. |
state | The state of integration runtime. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
dataFactoryName
The data factory name which the integration runtime belong to. NOTE: This property will not be serialized. It can only be populated by the server.
dataFactoryName?: string
Property Value
string
state
The state of integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Managed" | "SelfHosted"
Property Value
"Managed" | "SelfHosted"