Databricks SDK for JavaScript
    Preparing search index...

    Interface NetworkConnectivityConfigEgressConfig_DefaultRule_AzureServiceEndpointRule

    The stable Azure service endpoints. You can configure the firewall of your Azure resources to allow traffic from your serverless compute resources.

    interface NetworkConnectivityConfigEgressConfig_DefaultRule_AzureServiceEndpointRule {
        subnets?: string[];
        targetRegion?: string;
        targetServices?: EgressResourceType[];
    }
    Index

    Properties

    subnets?: string[]

    The list of subnets from which network traffic originates when accessing your Azure resources.

    targetRegion?: string

    The Azure region in which this service endpoint rule applies..

    targetServices?: EgressResourceType[]

    The Azure services to which this service endpoint rule applies to.