IntegrationRuntimeCustomSetupScriptPropertiesArgs

data class IntegrationRuntimeCustomSetupScriptPropertiesArgs(val blobContainerUri: Output<String>? = null, val sasToken: Output<SecureStringArgs>? = null) : ConvertibleToJava<IntegrationRuntimeCustomSetupScriptPropertiesArgs>

Custom setup script properties for a managed dedicated integration runtime.

Constructors

constructor(blobContainerUri: Output<String>? = null, sasToken: Output<SecureStringArgs>? = null)

Properties

Link copied to clipboard
val blobContainerUri: Output<String>? = null

The URI of the Azure blob container that contains the custom setup script.

Link copied to clipboard
val sasToken: Output<SecureStringArgs>? = null

The SAS token of the Azure blob container.

Functions

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