IntegrationRuntimeSsisProxyArgs

data class IntegrationRuntimeSsisProxyArgs(val path: Output<String>? = null, val selfHostedIntegrationRuntimeName: Output<String>, val stagingStorageLinkedServiceName: Output<String>) : ConvertibleToJava<IntegrationRuntimeSsisProxyArgs>

Constructors

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

Properties

Link copied to clipboard
val path: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): IntegrationRuntimeSsisProxyArgs