ManagedIntegrationRuntime interface

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

Extends

Properties

computeProperties

The compute resource for managed integration runtime.

customerVirtualNetwork

The name of virtual network to which Azure-SSIS integration runtime will join

interactiveQuery

Interactive authoring capability reference.

managedVirtualNetwork

Managed Virtual Network reference.

ssisProperties

SSIS properties for managed integration runtime.

state

Integration runtime state, only valid for managed dedicated integration runtime.

type

Type of integration runtime.

Inherited Properties

additionalProperties

Additional properties

description

Integration runtime description.

Property Details

computeProperties

The compute resource for managed integration runtime.

computeProperties?: IntegrationRuntimeComputeProperties

Property Value

customerVirtualNetwork

The name of virtual network to which Azure-SSIS integration runtime will join

customerVirtualNetwork?: IntegrationRuntimeCustomerVirtualNetwork

Property Value

interactiveQuery

Interactive authoring capability reference.

interactiveQuery?: InteractiveQueryProperties

Property Value

managedVirtualNetwork

Managed Virtual Network reference.

managedVirtualNetwork?: ManagedVirtualNetworkReference

Property Value

ssisProperties

SSIS properties for managed integration runtime.

ssisProperties?: IntegrationRuntimeSsisProperties

Property Value

state

Integration runtime state, only valid for managed dedicated integration runtime.

state?: string

Property Value

string

type

Type of integration runtime.

type: "Managed"

Property Value

"Managed"

Inherited Property Details

additionalProperties

Additional properties

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

Inherited From IntegrationRuntime.additionalProperties

description

Integration runtime description.

description?: string

Property Value

string

Inherited From IntegrationRuntime.description