Integration Runtime Ssis Express Custom Setup
data class IntegrationRuntimeSsisExpressCustomSetup(val commandKeys: List<IntegrationRuntimeSsisExpressCustomSetupCommandKey>? = null, val components: List<IntegrationRuntimeSsisExpressCustomSetupComponent>? = null, val environment: Map<String, String>? = null, val powershellVersion: String? = null)
Constructors
Link copied to clipboard
constructor(commandKeys: List<IntegrationRuntimeSsisExpressCustomSetupCommandKey>? = null, components: List<IntegrationRuntimeSsisExpressCustomSetupComponent>? = null, environment: Map<String, String>? = null, powershellVersion: 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.