Databricks SDK for JavaScript
    Preparing search index...

    Interface GetAppDeploymentRequest

    interface GetAppDeploymentRequest {
        appName?: string;
        deploymentId?: string;
    }
    Index

    Properties

    appName?: string

    The name of the app.

    deploymentId?: string

    The unique id of the deployment.