Class DirectoryRolesDirectoryRoleSelect
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<DirectoryRolesDirectoryRoleSelect>
-
- com.azure.resourcemanager.authorization.fluent.models.DirectoryRolesDirectoryRoleSelect
-
public final class DirectoryRolesDirectoryRoleSelect extends com.azure.core.util.ExpandableStringEnum<DirectoryRolesDirectoryRoleSelect>
Defines values for DirectoryRolesDirectoryRoleSelect.
-
-
Field Summary
Fields Modifier and Type Field Description static DirectoryRolesDirectoryRoleSelectDELETED_DATE_TIMEStatic value deletedDateTime for DirectoryRolesDirectoryRoleSelect.static DirectoryRolesDirectoryRoleSelectDESCRIPTIONStatic value description for DirectoryRolesDirectoryRoleSelect.static DirectoryRolesDirectoryRoleSelectDISPLAY_NAMEStatic value displayName for DirectoryRolesDirectoryRoleSelect.static DirectoryRolesDirectoryRoleSelectIDStatic value id for DirectoryRolesDirectoryRoleSelect.static DirectoryRolesDirectoryRoleSelectMEMBERSStatic value members for DirectoryRolesDirectoryRoleSelect.static DirectoryRolesDirectoryRoleSelectROLE_TEMPLATE_IDStatic value roleTemplateId for DirectoryRolesDirectoryRoleSelect.static DirectoryRolesDirectoryRoleSelectSCOPED_MEMBERSStatic value scopedMembers for DirectoryRolesDirectoryRoleSelect.
-
Constructor Summary
Constructors Constructor Description DirectoryRolesDirectoryRoleSelect()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DirectoryRolesDirectoryRoleSelectfromString(String name)Creates or finds a DirectoryRolesDirectoryRoleSelect from its string representation.static Collection<DirectoryRolesDirectoryRoleSelect>values()
-
-
-
Field Detail
-
ID
public static final DirectoryRolesDirectoryRoleSelect ID
Static value id for DirectoryRolesDirectoryRoleSelect.
-
DELETED_DATE_TIME
public static final DirectoryRolesDirectoryRoleSelect DELETED_DATE_TIME
Static value deletedDateTime for DirectoryRolesDirectoryRoleSelect.
-
DESCRIPTION
public static final DirectoryRolesDirectoryRoleSelect DESCRIPTION
Static value description for DirectoryRolesDirectoryRoleSelect.
-
DISPLAY_NAME
public static final DirectoryRolesDirectoryRoleSelect DISPLAY_NAME
Static value displayName for DirectoryRolesDirectoryRoleSelect.
-
ROLE_TEMPLATE_ID
public static final DirectoryRolesDirectoryRoleSelect ROLE_TEMPLATE_ID
Static value roleTemplateId for DirectoryRolesDirectoryRoleSelect.
-
MEMBERS
public static final DirectoryRolesDirectoryRoleSelect MEMBERS
Static value members for DirectoryRolesDirectoryRoleSelect.
-
SCOPED_MEMBERS
public static final DirectoryRolesDirectoryRoleSelect SCOPED_MEMBERS
Static value scopedMembers for DirectoryRolesDirectoryRoleSelect.
-
-
Method Detail
-
fromString
public static DirectoryRolesDirectoryRoleSelect fromString(String name)
Creates or finds a DirectoryRolesDirectoryRoleSelect from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DirectoryRolesDirectoryRoleSelect.
-
values
public static Collection<DirectoryRolesDirectoryRoleSelect> values()
- Returns:
- known DirectoryRolesDirectoryRoleSelect values.
-
-