Interface OutboundEnvironmentEndpoint


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

    Modifier and Type
    Method
    Description
    Gets the category property: The type of service accessed by the App Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory.
    Gets the endpoints property: The endpoints that the App Service Environment reaches the service at.
    Gets the inner com.azure.resourcemanager.storagepool.fluent.models.OutboundEnvironmentEndpointInner object.
  • Method Details

    • category

      String category()
      Gets the category property: The type of service accessed by the App Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory.
      Returns:
      the category value.
    • endpoints

      List<EndpointDependency> endpoints()
      Gets the endpoints property: The endpoints that the App Service Environment reaches the service at.
      Returns:
      the endpoints value.
    • innerModel

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