Databricks SDK for JavaScript
    Preparing search index...

    Request to update a failover group.

    interface UpdateFailoverGroupRequest {
        etag?: string;
        failoverGroup?: FailoverGroup;
        updateMask?: FieldMask<FailoverGroup>;
    }
    Index

    Properties

    etag?: string

    Optional opaque version string for optimistic locking, obtained from a prior read of the failover group. If provided, the update is rejected unless it matches the failover group's current etag. If omitted, the update proceeds without an optimistic-lock check.

    failoverGroup?: FailoverGroup

    The failover group with updated fields. The name field identifies the resource and is populated from the URL path.

    updateMask?: FieldMask<FailoverGroup>

    Comma-separated list of fields to update.