Class AssignmentType

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

public final class AssignmentType extends com.azure.core.util.ExpandableStringEnum<AssignmentType>
The type of policy assignment. Possible values are NotSpecified, System, SystemHidden, and Custom. Immutable.
  • Field Details

    • NOT_SPECIFIED

      public static final AssignmentType NOT_SPECIFIED
      Static value NotSpecified for AssignmentType.
    • SYSTEM

      public static final AssignmentType SYSTEM
      Static value System for AssignmentType.
    • SYSTEM_HIDDEN

      public static final AssignmentType SYSTEM_HIDDEN
      Static value SystemHidden for AssignmentType.
    • CUSTOM

      public static final AssignmentType CUSTOM
      Static value Custom for AssignmentType.
  • Constructor Details

    • AssignmentType

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

    • fromString

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

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