ManagedIntegrationRuntimeArgs

data class ManagedIntegrationRuntimeArgs(val computeProperties: Output<IntegrationRuntimeComputePropertiesArgs>? = null, val customerVirtualNetwork: Output<IntegrationRuntimeCustomerVirtualNetworkArgs>? = null, val description: Output<String>? = null, val id: Output<String>? = null, val referenceName: Output<String>? = null, val ssisProperties: Output<IntegrationRuntimeSsisPropertiesArgs>? = null, val type: Output<String>) : ConvertibleToJava<ManagedIntegrationRuntimeArgs>

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

Constructors

Link copied to clipboard
constructor(computeProperties: Output<IntegrationRuntimeComputePropertiesArgs>? = null, customerVirtualNetwork: Output<IntegrationRuntimeCustomerVirtualNetworkArgs>? = null, description: Output<String>? = null, id: Output<String>? = null, referenceName: Output<String>? = null, ssisProperties: Output<IntegrationRuntimeSsisPropertiesArgs>? = null, type: Output<String>)

Properties

Link copied to clipboard

The compute resource for managed integration runtime.

Link copied to clipboard

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

Link copied to clipboard
val description: Output<String>? = null

Integration runtime description.

Link copied to clipboard
val id: Output<String>? = null

The id of the managed virtual network.

Link copied to clipboard
val referenceName: Output<String>? = null

The reference name of the managed virtual network

Link copied to clipboard

SSIS properties for managed integration runtime.

Link copied to clipboard
val type: Output<String>

The type of integration runtime. Expected value is 'Managed'.

Functions

Link copied to clipboard
open override fun toJava(): ManagedIntegrationRuntimeArgs