Class MemberType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MemberType>
com.azure.resourcemanager.authorization.models.MemberType
Membership type of the role assignment schedule.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemberTypeStatic value Direct for MemberType.static final MemberTypeStatic value Group for MemberType.static final MemberTypeStatic value Inherited for MemberType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MemberTypefromString(String name) Creates or finds a MemberType from its string representation.static Collection<MemberType>values()Gets known MemberType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
INHERITED
Static value Inherited for MemberType. -
DIRECT
Static value Direct for MemberType. -
GROUP
Static value Group for MemberType.
-
-
Constructor Details
-
MemberType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MemberType value.
-
-
Method Details
-
fromString
Creates or finds a MemberType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MemberType.
-
values
Gets known MemberType values.- Returns:
- known MemberType values.
-
fromString(String)factory method.