java.lang.Object
com.azure.core.util.ExpandableStringEnum<AclAction>
com.azure.resourcemanager.webpubsub.models.AclAction

public final class AclAction extends com.azure.core.util.ExpandableStringEnum<AclAction>
Azure Networking ACL Action.
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static AclAction
    Creates or finds a AclAction from its string representation.
    Gets known AclAction 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 AclAction ALLOW
      Static value Allow for AclAction.
    • DENY

      public static final AclAction DENY
      Static value Deny for AclAction.
  • Constructor Details

    • AclAction

      public AclAction()
  • Method Details

    • fromString

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

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