Integration Runtime Ssis Custom Setup Script Args
data class IntegrationRuntimeSsisCustomSetupScriptArgs(val blobContainerUri: Output<String>, val sasToken: Output<String>) : ConvertibleToJava<IntegrationRuntimeSsisCustomSetupScriptArgs>
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.