IntegrationRuntimeSsisExpressCustomSetupArgs

data class IntegrationRuntimeSsisExpressCustomSetupArgs(val commandKeys: Output<List<IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgs>>? = null, val components: Output<List<IntegrationRuntimeSsisExpressCustomSetupComponentArgs>>? = null, val environment: Output<Map<String, String>>? = null, val powershellVersion: Output<String>? = null) : ConvertibleToJava<IntegrationRuntimeSsisExpressCustomSetupArgs>

Constructors

constructor(commandKeys: Output<List<IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgs>>? = null, components: Output<List<IntegrationRuntimeSsisExpressCustomSetupComponentArgs>>? = null, environment: Output<Map<String, String>>? = null, powershellVersion: Output<String>? = null)

Properties

Link copied to clipboard

One or more command_key blocks as defined below.

Link copied to clipboard

One or more component blocks as defined below.

Link copied to clipboard
val environment: Output<Map<String, String>>? = null

The Environment Variables for the Azure-SSIS Integration Runtime.

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

The version of Azure Powershell installed for the Azure-SSIS Integration Runtime.

Functions

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