Managed Integration Runtime Args
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
Integration runtime description.
Link copied to clipboard
The reference name of the managed virtual network
Link copied to clipboard
SSIS properties for managed integration runtime.