Interface OutboundNetworkDependenciesEndpointsClient


public interface OutboundNetworkDependenciesEndpointsClient
An instance of this class provides access to all the operations defined in OutboundNetworkDependenciesEndpointsClient.
  • Method Summary

    Modifier and Type
    Method
    Description
    list(String resourceGroupName, String workspaceName)
    Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified Workspace.
    com.azure.core.http.rest.Response<List<OutboundEnvironmentEndpointInner>>
    listWithResponse(String resourceGroupName, String workspaceName, com.azure.core.util.Context context)
    Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified Workspace.
  • Method Details

    • listWithResponse

      com.azure.core.http.rest.Response<List<OutboundEnvironmentEndpointInner>> listWithResponse(String resourceGroupName, String workspaceName, com.azure.core.util.Context context)
      Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified Workspace.

      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.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      context - The context to associate with this operation.
      Returns:
      the list of endpoints that VNET Injected Workspace calls Azure Databricks Control Plane along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorInfoException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • list

      List<OutboundEnvironmentEndpointInner> list(String resourceGroupName, String workspaceName)
      Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified Workspace.

      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.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      Returns:
      the list of endpoints that VNET Injected Workspace calls Azure Databricks Control Plane.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorInfoException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.