OutboundNetworkDependenciesEndpoints interface

Interface representing a OutboundNetworkDependenciesEndpoints.

Methods

list(string, string, OutboundNetworkDependenciesEndpointsListOptionalParams)

Gets the list of endpoints that VNET Injected Workspace calls Azure Databricks Control Plane. You must configure outbound access with these endpoints. For more information, see https://docs.microsoft.com/azure/databricks/administration-guide/cloud-configurations/azure/udr

Method Details

list(string, string, OutboundNetworkDependenciesEndpointsListOptionalParams)

Gets the list of endpoints that VNET Injected Workspace calls Azure Databricks Control Plane. You must configure outbound access with these endpoints. For more information, see https://docs.microsoft.com/azure/databricks/administration-guide/cloud-configurations/azure/udr

function list(resourceGroupName: string, workspaceName: string, options?: OutboundNetworkDependenciesEndpointsListOptionalParams): Promise<OutboundNetworkDependenciesEndpointsListResponse>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the workspace.

Returns