Class AssignmentType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AssignmentType>
com.azure.resourcemanager.authorization.models.AssignmentType

public final class AssignmentType extends com.azure.core.util.ExpandableStringEnum<AssignmentType>
Assignment type of the role assignment schedule.
  • Field Details

    • ACTIVATED

      public static final AssignmentType ACTIVATED
      Static value Activated for AssignmentType.
    • ASSIGNED

      public static final AssignmentType ASSIGNED
      Static value Assigned 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.