IntegrationRuntimeStatus interface

Integration runtime status.

Properties

additionalProperties

Additional properties

dataFactoryName

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