Class ExceptionEntryMatchVariable

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

public final class ExceptionEntryMatchVariable extends com.azure.core.util.ExpandableStringEnum<ExceptionEntryMatchVariable>
The variable on which we evaluate the exception condition.
  • Field Details

  • Constructor Details

    • ExceptionEntryMatchVariable

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

    • fromString

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

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