IntegrationRuntimeCustomSetupScriptPropertiesResponse

data class IntegrationRuntimeCustomSetupScriptPropertiesResponse(val blobContainerUri: String? = null, val sasToken: SecureStringResponse? = null)

Custom setup script properties for a managed dedicated integration runtime.

Constructors

constructor(blobContainerUri: String? = null, sasToken: SecureStringResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The SAS token of the Azure blob container.