java.lang.Object
com.azure.core.util.ExpandableStringEnum<TagAction>
com.azure.resourcemanager.dynatrace.models.TagAction

public final class TagAction extends com.azure.core.util.ExpandableStringEnum<TagAction>
Valid actions for a filtering tag. Exclusion takes priority over inclusion.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final TagAction
    Static value Exclude for TagAction.
    static final TagAction
    Static value Include for TagAction.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static TagAction
    Creates or finds a TagAction from its string representation.
    Gets known TagAction values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • INCLUDE

      public static final TagAction INCLUDE
      Static value Include for TagAction.
    • EXCLUDE

      public static final TagAction EXCLUDE
      Static value Exclude for TagAction.
  • Constructor Details

    • TagAction

      public TagAction()
  • Method Details

    • fromString

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

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