Databricks SDK for JavaScript
    Preparing search index...
    interface AzurePrivateEndpointInfo {
        privateEndpointName?: string;
        privateEndpointResourceGuid?: string;
        privateEndpointResourceId?: string;
        privateLinkServiceId?: string;
    }
    Index

    Properties

    privateEndpointName?: string

    The name of the Private Endpoint in the Azure subscription.

    privateEndpointResourceGuid?: string

    The GUID of the Private Endpoint resource in the Azure subscription. This is assigned by Azure when the user sets up the Private Endpoint.

    privateEndpointResourceId?: string

    The full resource ID of the Private Endpoint.

    privateLinkServiceId?: string

    The resource ID of the Databricks Private Link Service that this Private Endpoint connects to.