Databricks SDK for JavaScript
    Preparing search index...

    Interface DeleteNccPrivateEndpointRuleRequest

    Initiates deleting a private endpoint rule. If the connection state is PENDING or EXPIRED, the private endpoint is immediately deleted. Otherwise, the private endpoint is deactivated and will be deleted after one day of deactivation. When a private endpoint is deactivated, the deactivated field is set to true and the private endpoint is not available to your serverless compute resources.

    interface DeleteNccPrivateEndpointRuleRequest {
        accountId?: string;
        networkConnectivityConfigId?: string;
        privateEndpointRuleId?: string;
    }
    Index

    Properties

    accountId?: string

    Your account ID. You can find your account ID in your accounts console.

    networkConnectivityConfigId?: string

    Your Network Connectvity Configuration ID.

    privateEndpointRuleId?: string

    Your private endpoint rule ID.