IntegrationRuntimeSsisPropertiesResponse

data class IntegrationRuntimeSsisPropertiesResponse(val catalogInfo: IntegrationRuntimeSsisCatalogInfoResponse? = null, val customSetupScriptProperties: IntegrationRuntimeCustomSetupScriptPropertiesResponse? = null, val dataProxyProperties: IntegrationRuntimeDataProxyPropertiesResponse? = null, val edition: String? = null, val expressCustomSetupProperties: List<Any>? = null, val licenseType: String? = null)

SSIS properties for managed integration runtime.

Constructors

Link copied to clipboard
constructor(catalogInfo: IntegrationRuntimeSsisCatalogInfoResponse? = null, customSetupScriptProperties: IntegrationRuntimeCustomSetupScriptPropertiesResponse? = null, dataProxyProperties: IntegrationRuntimeDataProxyPropertiesResponse? = null, edition: String? = null, expressCustomSetupProperties: List<Any>? = null, licenseType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Catalog information for managed dedicated integration runtime.

Link copied to clipboard

Custom setup script properties for a managed dedicated integration runtime.

Link copied to clipboard

Data proxy properties for a managed dedicated integration runtime.

Link copied to clipboard
val edition: String? = null

The edition for the SSIS Integration Runtime

Link copied to clipboard

Custom setup without script properties for a SSIS integration runtime.

Link copied to clipboard
val licenseType: String? = null

License type for bringing your own license scenario.