Databricks SDK for JavaScript
    Preparing search index...

    Interface CreateAppDeploymentRequest

    interface CreateAppDeploymentRequest {
        appDeployment?: AppDeployment;
        appName?: string;
    }
    Index

    Properties

    appDeployment?: AppDeployment

    The app deployment configuration.

    appName?: string

    The name of the app.