Class EndpointType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<EndpointType>
com.azure.resourcemanager.frontdoor.models.EndpointType

public final class EndpointType extends com.azure.core.util.ExpandableStringEnum<EndpointType>
The type of endpoint.
  • Field Details

    • AFD

      public static final EndpointType AFD
      Static value AFD for EndpointType.
    • AZURE_REGION

      public static final EndpointType AZURE_REGION
      Static value AzureRegion for EndpointType.
    • CDN

      public static final EndpointType CDN
      Static value CDN for EndpointType.
    • ATM

      public static final EndpointType ATM
      Static value ATM for EndpointType.
  • Constructor Details

    • EndpointType

      @Deprecated public EndpointType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of EndpointType value.
  • Method Details

    • fromString

      public static EndpointType fromString(String name)
      Creates or finds a EndpointType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding EndpointType.
    • values

      public static Collection<EndpointType> values()
      Gets known EndpointType values.
      Returns:
      known EndpointType values.