Package version:

The storage account where the custom code artifacts are located.

interface External {
    container?: string;
    path?: string;
    refreshConfiguration?: RefreshConfiguration;
    storageAccount?: StorageAccount;
}

Properties

container?: string

The UserCustomCode container.

path?: string

The UserCustomCode path.

refreshConfiguration?: RefreshConfiguration

The refresh parameters for any/all updatable user defined functions present in the job config.

storageAccount?: StorageAccount

The properties that are associated with an Azure Storage account

Generated using TypeDoc