Databricks SDK for JavaScript
    Preparing search index...
    interface AzureQueueStorage {
        managedResourceId?: string;
        queueUrl?: string;
        resourceGroup?: string;
        subscriptionId?: string;
    }
    Index

    Properties

    managedResourceId?: string

    Unique identifier included in the name of file events managed cloud resources.

    queueUrl?: string

    The AQS queue url in the format https://{storage account}.queue.core.windows.net/{queue name} Only required for provided_aqs.

    resourceGroup?: string

    Optional resource group for the queue, event grid subscription, and external location storage account. Only required for locations with a service principal storage credential

    subscriptionId?: string

    Optional subscription id for the queue, event grid subscription, and external location storage account. Required for locations with a service principal storage credential