Class SslProtocolOperator

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SslProtocolOperator>
com.azure.resourcemanager.cdn.models.SslProtocolOperator
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class SslProtocolOperator extends com.azure.core.util.ExpandableStringEnum<SslProtocolOperator>
Describes operator to be matched.
  • Field Details

    • EQUAL

      public static final SslProtocolOperator EQUAL
      Static value Equal for SslProtocolOperator.
  • Constructor Details

    • SslProtocolOperator

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

    • fromString

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

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