Class DirectoryExpand
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<DirectoryExpand>
-
- com.azure.resourcemanager.authorization.fluent.models.DirectoryExpand
-
public final class DirectoryExpand extends com.azure.core.util.ExpandableStringEnum<DirectoryExpand>
Defines values for DirectoryExpand.
-
-
Field Summary
Fields Modifier and Type Field Description static DirectoryExpandASTERISKStatic value * for DirectoryExpand.static DirectoryExpandEXTENSIONSStatic value extensions for DirectoryExpand.static DirectoryExpandMEMBERSStatic value members for DirectoryExpand.static DirectoryExpandSCOPED_ROLE_MEMBERSStatic value scopedRoleMembers for DirectoryExpand.
-
Constructor Summary
Constructors Constructor Description DirectoryExpand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DirectoryExpandfromString(String name)Creates or finds a DirectoryExpand from its string representation.static Collection<DirectoryExpand>values()
-
-
-
Field Detail
-
ASTERISK
public static final DirectoryExpand ASTERISK
Static value * for DirectoryExpand.
-
MEMBERS
public static final DirectoryExpand MEMBERS
Static value members for DirectoryExpand.
-
SCOPED_ROLE_MEMBERS
public static final DirectoryExpand SCOPED_ROLE_MEMBERS
Static value scopedRoleMembers for DirectoryExpand.
-
EXTENSIONS
public static final DirectoryExpand EXTENSIONS
Static value extensions for DirectoryExpand.
-
-
Method Detail
-
fromString
public static DirectoryExpand fromString(String name)
Creates or finds a DirectoryExpand from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DirectoryExpand.
-
values
public static Collection<DirectoryExpand> values()
- Returns:
- known DirectoryExpand values.
-
-