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

public final class Action extends com.azure.core.util.ExpandableStringEnum<Action>
Allow or Deny rules to determine for incoming IP. Note: Rules can only consist of ALL Allow or ALL Deny.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Action
    Static value Allow for Action.
    static final Action
    Static value Deny 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.
    Gets known Action 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

    • ALLOW

      public static final Action ALLOW
      Static value Allow for Action.
    • DENY

      public static final Action DENY
      Static value Deny 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()
      Gets known Action values.
      Returns:
      known Action values.