Integration Runtime Ssis Properties Response
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)
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
Custom setup without script properties for a SSIS integration runtime.
Link copied to clipboard
License type for bringing your own license scenario.