Databricks SDK for JavaScript
    Preparing search index...

    Interface GetBudgetConfigurationRequest

    interface GetBudgetConfigurationRequest {
        accountId?: string;
        budgetId?: string;
        includeSpendStatus?: boolean;
    }
    Index

    Properties

    accountId?: string

    account ID.

    budgetId?: string

    The budget configuration ID

    includeSpendStatus?: boolean