Package version:

Interface IntegrationRuntimeCustomSetupScriptProperties

Custom setup script properties for a managed dedicated integration runtime.

interface IntegrationRuntimeCustomSetupScriptProperties {
    blobContainerUri?: string;
    sasToken?: SecureString;
}

Properties

blobContainerUri?: string

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

sasToken?: SecureString

The SAS token of the Azure blob container.