IntegrationRuntimeSsisCustomSetupScript

data class IntegrationRuntimeSsisCustomSetupScript(val blobContainerUri: String, val sasToken: String)

Constructors

Link copied to clipboard
constructor(blobContainerUri: String, sasToken: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The blob endpoint for the container which contains a custom setup script that will be run on every node on startup. See https://docs.microsoft.com/azure/data-factory/how-to-configure-azure-ssis-ir-custom-setup for more information.

Link copied to clipboard

A container SAS token that gives access to the files. See https://docs.microsoft.com/azure/data-factory/how-to-configure-azure-ssis-ir-custom-setup for more information.