Interface OutboundEnvironmentEndpoint


public interface OutboundEnvironmentEndpoint
An immutable client-side representation of OutboundEnvironmentEndpoint.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the category property: The category of endpoints accessed by the Workspace, e.g.
    Gets the endpoints property: The endpoints that Workspace connect to.
    Gets the inner com.azure.resourcemanager.databricks.fluent.models.OutboundEnvironmentEndpointInner object.
  • Method Details

    • category

      String category()
      Gets the category property: The category of endpoints accessed by the Workspace, e.g. azure-storage, azure-mysql, etc.
      Returns:
      the category value.
    • endpoints

      List<EndpointDependency> endpoints()
      Gets the endpoints property: The endpoints that Workspace connect to.
      Returns:
      the endpoints value.
    • innerModel

      Gets the inner com.azure.resourcemanager.databricks.fluent.models.OutboundEnvironmentEndpointInner object.
      Returns:
      the inner object.