Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateWorkspaceNetworkOptionRequest

    interface UpdateWorkspaceNetworkOptionRequest {
        accountId?: string;
        workspaceId?: bigint;
        workspaceNetworkOption?: WorkspaceNetworkOption;
    }
    Index

    Properties

    accountId?: string

    Your account ID. You can find your account ID in your accounts console.

    workspaceId?: bigint

    The workspace ID.

    workspaceNetworkOption?: WorkspaceNetworkOption

    The network option details for the workspace.