Databricks SDK for JavaScript
    Preparing search index...

    Response for listing failover groups.

    interface ListFailoverGroupsResponse {
        failoverGroups?: FailoverGroup[];
        nextPageToken?: string;
    }
    Index

    Properties

    failoverGroups?: FailoverGroup[]

    The failover groups for this account.

    nextPageToken?: string

    A token that can be sent as page_token to retrieve the next page. If omitted, there are no subsequent pages.