Class Action
- 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.
-
-
Constructor Summary
Constructors Constructor Description Action()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ActionfromString(String name)Creates or finds a Action from its string representation.static Collection<Action>values()
-
-
-
Field Detail
-
ALLOW
public static final Action ALLOW
Static value Allow for Action.
-
-
Method Detail
-
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.
-
-