ManagedIntegrationRuntime interface

Managed integration runtime, including managed elastic and managed dedicated integration runtimes.

Extends

Properties

computeProperties

The compute resource for managed integration runtime.

id

The id of the managed virtual network.

referenceName

The reference name of the managed virtual network.

ssisProperties

SSIS properties for managed integration runtime.

state

Integration runtime state, only valid for managed dedicated 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

typeManagedVirtualNetworkType

The type of the managed virtual network.

Inherited Properties

description

Integration runtime description.

Property Details

computeProperties

The compute resource for managed integration runtime.

computeProperties?: IntegrationRuntimeComputeProperties

Property Value

id

The id of the managed virtual network.

id?: string

Property Value

string

referenceName

The reference name of the managed virtual network.

referenceName?: string

Property Value

string

ssisProperties

SSIS properties for managed integration runtime.

ssisProperties?: IntegrationRuntimeSsisProperties

Property Value

state

Integration runtime state, only valid for managed dedicated 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"

Property Value

"Managed"

typeManagedVirtualNetworkType

The type of the managed virtual network.

typeManagedVirtualNetworkType?: string

Property Value

string

Inherited Property Details

description

Integration runtime description.

description?: string

Property Value

string

Inherited From IntegrationRuntime.description