Class FrontDoorProtocol

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

public final class FrontDoorProtocol extends com.azure.core.util.ExpandableStringEnum<FrontDoorProtocol>
Accepted protocol schemes.
  • Field Details

    • HTTP

      public static final FrontDoorProtocol HTTP
      Static value Http for FrontDoorProtocol.
    • HTTPS

      public static final FrontDoorProtocol HTTPS
      Static value Https for FrontDoorProtocol.
  • Constructor Details

    • FrontDoorProtocol

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

    • fromString

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

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