Class DenyStatusMode

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

public final class DenyStatusMode extends com.azure.core.util.ExpandableStringEnum<DenyStatusMode>
denyAssignment settings applied to the resource.
  • Field Details

    • DENY_DELETE

      public static final DenyStatusMode DENY_DELETE
      Static value denyDelete for DenyStatusMode.
    • NOT_SUPPORTED

      public static final DenyStatusMode NOT_SUPPORTED
      Static value notSupported for DenyStatusMode.
    • INAPPLICABLE

      public static final DenyStatusMode INAPPLICABLE
      Static value inapplicable for DenyStatusMode.
    • DENY_WRITE_AND_DELETE

      public static final DenyStatusMode DENY_WRITE_AND_DELETE
      Static value denyWriteAndDelete for DenyStatusMode.
    • REMOVED_BY_SYSTEM

      public static final DenyStatusMode REMOVED_BY_SYSTEM
      Static value removedBySystem for DenyStatusMode.
    • NONE

      public static final DenyStatusMode NONE
      Static value none for DenyStatusMode.
  • Constructor Details

    • DenyStatusMode

      @Deprecated public DenyStatusMode()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of DenyStatusMode value.
  • Method Details

    • fromString

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

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