IntegrationRuntimeSsisProxy

data class IntegrationRuntimeSsisProxy(val path: String? = null, val selfHostedIntegrationRuntimeName: String, val stagingStorageLinkedServiceName: String)

Constructors

Link copied to clipboard
constructor(path: String? = null, selfHostedIntegrationRuntimeName: String, stagingStorageLinkedServiceName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val path: String? = null

The path in the data store to be used when moving data between Self-Hosted and Azure-SSIS Integration Runtimes.

Link copied to clipboard

Name of Self Hosted Integration Runtime as a proxy.

Link copied to clipboard

Name of Azure Blob Storage linked service to reference the staging data store to be used when moving data between self-hosted and Azure-SSIS integration runtimes.