IntegrationRuntimeSsisPropertiesResponse

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

SSIS properties for managed integration runtime.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Catalog information for managed dedicated integration runtime.

Link copied to clipboard

The credential reference containing authentication information.

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.

Link copied to clipboard

Package stores for the SSIS Integration Runtime.