java.lang.Object
com.azure.core.util.ExpandableStringEnum<Access>
com.azure.resourcemanager.network.models.Access
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class Access extends com.azure.core.util.ExpandableStringEnum<Access>
Access to be allowed or denied.
  • Field Summary

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

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

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

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

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class java.lang.Object

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

    • ALLOW

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

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

  • Method Details

    • fromString

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

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