Databricks SDK for JavaScript
    Preparing search index...

    Interface ListBudgetConfigurationsRequest

    interface ListBudgetConfigurationsRequest {
        accountId?: string;
        includeSpendStatus?: boolean;
        includeWorkspaceBudgets?: boolean;
        pageToken?: string;
    }
    Index

    Properties

    accountId?: string

    account ID.

    includeSpendStatus?: boolean
    includeWorkspaceBudgets?: boolean
    pageToken?: string

    A page token received from a previous get all budget configurations call. This token can be used to retrieve the subsequent page. Requests first page if absent.