Databricks SDK for JavaScript
    Preparing search index...

    Interface NetworkConnectivityConfigAzurePrivateEndpointRule

    Properties of the new private endpoint rule. Note that you must approve the endpoint in Azure portal after initialization.

    interface NetworkConnectivityConfigAzurePrivateEndpointRule {
        connectionState?: NetworkConnectivityConfigAzurePrivateEndpointRule_PrivateLinkConnectionState;
        creationTime?: bigint;
        deactivated?: boolean;
        deactivatedAt?: bigint;
        domainNames?: string[];
        endpointName?: string;
        errorMessage?: string;
        groupId?: string;
        networkConnectivityConfigId?: string;
        resourceId?: string;
        ruleId?: string;
        updatedTime?: bigint;
    }
    Index

    Properties

    The current status of this private endpoint. The private endpoint rules are effective only if the connection state is ESTABLISHED. Remember that you must approve new endpoints on your resources in the Azure portal before they take effect. The possible values are:

    • INIT: (deprecated) The endpoint has been created and pending approval.
    • PENDING: The endpoint has been created and pending approval.
    • ESTABLISHED: The endpoint has been approved and is ready to use in your serverless compute resources.
    • REJECTED: Connection was rejected by the private link resource owner.
    • DISCONNECTED: Connection was removed by the private link resource owner, the private endpoint becomes informative and should be deleted for clean-up.
    • EXPIRED: If the endpoint was created but not approved in 14 days, it will be EXPIRED.
    creationTime?: bigint

    Time in epoch milliseconds when this object was created.

    deactivated?: boolean

    Whether this private endpoint is deactivated.

    deactivatedAt?: bigint

    Time in epoch milliseconds when this object was deactivated.

    domainNames?: string[]

    Not used by customer-managed private endpoint services.

    Domain names of target private link service. When updating this field, the full list of target domain_names must be specified.

    endpointName?: string

    The name of the Azure private endpoint resource.

    errorMessage?: string
    groupId?: string

    Only used by private endpoints to Azure first-party services.

    The sub-resource type (group ID) of the target resource. Note that to connect to workspace root storage (root DBFS), you need two endpoints, one for blob and one for dfs.

    networkConnectivityConfigId?: string

    The ID of a network connectivity configuration, which is the parent resource of this private endpoint rule object.

    resourceId?: string

    The Azure resource ID of the target resource.

    ruleId?: string

    The ID of a private endpoint rule.

    updatedTime?: bigint

    Time in epoch milliseconds when this object was updated.