Class FrontDoorTlsProtocolType

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

public final class FrontDoorTlsProtocolType extends com.azure.core.util.ExpandableStringEnum<FrontDoorTlsProtocolType>
Defines the TLS extension protocol that is used for secure delivery.
  • Field Details

    • SERVER_NAME_INDICATION

      public static final FrontDoorTlsProtocolType SERVER_NAME_INDICATION
      Static value ServerNameIndication for FrontDoorTlsProtocolType.
  • Constructor Details

    • FrontDoorTlsProtocolType

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

    • fromString

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

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