Class ProtocolType

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<ProtocolType>
com.microsoft.azure.management.cdn.ProtocolType

public final class ProtocolType extends com.microsoft.rest.ExpandableStringEnum<ProtocolType>
Defines values for ProtocolType.
  • Field Details

    • SERVER_NAME_INDICATION

      public static final ProtocolType SERVER_NAME_INDICATION
      Static value ServerNameIndication for ProtocolType.
    • IPBASED

      public static final ProtocolType IPBASED
      Static value IPBased for ProtocolType.
  • Constructor Details

    • ProtocolType

      public ProtocolType()
  • Method Details

    • fromString

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

      public static Collection<ProtocolType> values()
      Returns:
      known ProtocolType values