IntegrationRuntimeSsisCustomSetupScriptArgs

data class IntegrationRuntimeSsisCustomSetupScriptArgs(val blobContainerUri: Output<String>, val sasToken: Output<String>) : ConvertibleToJava<IntegrationRuntimeSsisCustomSetupScriptArgs>

Constructors

constructor(blobContainerUri: Output<String>, sasToken: Output<String>)

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
val sasToken: Output<String>

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.

Functions

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