Class GroupsSelect
java.lang.Object
com.azure.core.util.ExpandableStringEnum<GroupsSelect>
com.azure.resourcemanager.authorization.fluent.models.GroupsSelect
Defines values for GroupsSelect.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GroupsSelectStatic value deletedDateTime for GroupsSelect.static final GroupsSelectStatic value id for GroupsSelect. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GroupsSelectfromString(String name) Creates or finds a GroupsSelect from its string representation.static Collection<GroupsSelect>values()Gets known GroupsSelect values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ID
Static value id for GroupsSelect. -
DELETED_DATE_TIME
Static value deletedDateTime for GroupsSelect.
-
-
Constructor Details
-
GroupsSelect
Deprecated.Use thefromString(String)factory method.Creates a new instance of GroupsSelect value.
-
-
Method Details
-
fromString
Creates or finds a GroupsSelect from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding GroupsSelect.
-
values
Gets known GroupsSelect values.- Returns:
- known GroupsSelect values.
-
fromString(String)factory method.