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

managedVirtualNetwork

Managed Virtual Network reference.

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

Inherited 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

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. 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"

Inherited Property Details

description

Integration runtime description.

description?: string

Property Value

string

Inherited From IntegrationRuntime.description