IntegrationRuntimeSsisExpressCustomSetup

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)

Types

Link copied to clipboard
object Companion

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: Map<String, String>? = null

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.