java.lang.Object
com.azure.core.util.ExpandableStringEnum<Action>
com.azure.resourcemanager.containerregistry.models.Action

public final class Action extends com.azure.core.util.ExpandableStringEnum<Action>
Defines values for Action.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Action
    Static value Allow for Action.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Action
    Creates or finds a Action from its string representation.
     

    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

    • ALLOW

      public static final Action ALLOW
      Static value Allow for Action.
  • Constructor Details

    • Action

      public Action()
  • Method Details

    • fromString

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

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