Integration Runtime Ssis Express Custom Setup Args
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
Link copied to clipboard
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
The Environment Variables for the Azure-SSIS Integration Runtime.
Link copied to clipboard
The version of Azure Powershell installed for the Azure-SSIS Integration Runtime.