Databricks SDK for JavaScript
    Preparing search index...

    Variable NetworkConnectivityConfigAzurePrivateEndpointRule_PrivateLinkConnectionStateConst

    NetworkConnectivityConfigAzurePrivateEndpointRule_PrivateLinkConnectionState: {
        CREATE_FAILED: "CREATE_FAILED";
        CREATING: "CREATING";
        DISCONNECTED: "DISCONNECTED";
        ESTABLISHED: "ESTABLISHED";
        EXPIRED: "EXPIRED";
        INIT: "INIT";
        PENDING: "PENDING";
        PRIVATE_LINK_CONNECTION_STATE_UNSPECIFIED: "PRIVATE_LINK_CONNECTION_STATE_UNSPECIFIED";
        REJECTED: "REJECTED";
    } = ...

    Type Declaration

    • ReadonlyCREATE_FAILED: "CREATE_FAILED"

      The endpoint creation failed.

    • ReadonlyCREATING: "CREATING"

      The endpoint creation is in progress.

    • ReadonlyDISCONNECTED: "DISCONNECTED"

      Connection was removed by the private link resource owner, the private endpoint becomes informative and should be deleted for clean-up.

    • ReadonlyESTABLISHED: "ESTABLISHED"

      The endpoint has been approved and is ready to use in your serverless compute resources.

    • ReadonlyEXPIRED: "EXPIRED"

      If the endpoint was created but not approved in 14 days, it will be EXPIRED.

    • ReadonlyINIT: "INIT"

      The endpoint has been created and pending approval.

    • ReadonlyPENDING: "PENDING"

      The endpoint has been created and pending approval.

    • ReadonlyREJECTED: "REJECTED"

      Connection was rejected by the private link resource owner.