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

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

    • INHERITED

      public static final MemberType INHERITED
      Static value Inherited for MemberType.
    • DIRECT

      public static final MemberType DIRECT
      Static value Direct for MemberType.
    • GROUP

      public static final MemberType GROUP
      Static value Group for MemberType.
  • Constructor Details

  • Method Details

    • fromString

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

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