Databricks SDK for JavaScript
    Preparing search index...

    Interface ListAppDeploymentsRequest

    interface ListAppDeploymentsRequest {
        appName?: string;
        pageSize?: number;
        pageToken?: string;
    }
    Index

    Properties

    appName?: string

    The name of the app.

    pageSize?: number

    Upper bound for items returned.

    pageToken?: string

    Pagination token to go to the next page of apps. Requests first page if absent.