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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final MemberType
    Static value Direct for MemberType.
    static final MemberType
    Static value Group for MemberType.
    static final MemberType
    Static value Inherited for MemberType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

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

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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

    • MemberType

      public MemberType()
  • 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.