Class MicrosoftGraphLocationUniqueIdType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<MicrosoftGraphLocationUniqueIdType>
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLocationUniqueIdType
-
public final class MicrosoftGraphLocationUniqueIdType extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphLocationUniqueIdType>
Defines values for MicrosoftGraphLocationUniqueIdType.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphLocationUniqueIdTypeBINGStatic value bing for MicrosoftGraphLocationUniqueIdType.static MicrosoftGraphLocationUniqueIdTypeDIRECTORYStatic value directory for MicrosoftGraphLocationUniqueIdType.static MicrosoftGraphLocationUniqueIdTypeLOCATION_STOREStatic value locationStore for MicrosoftGraphLocationUniqueIdType.static MicrosoftGraphLocationUniqueIdTypePRIVATEStatic value private for MicrosoftGraphLocationUniqueIdType.static MicrosoftGraphLocationUniqueIdTypeUNKNOWNStatic value unknown for MicrosoftGraphLocationUniqueIdType.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphLocationUniqueIdType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphLocationUniqueIdTypefromString(String name)Creates or finds a MicrosoftGraphLocationUniqueIdType from its string representation.static Collection<MicrosoftGraphLocationUniqueIdType>values()
-
-
-
Field Detail
-
UNKNOWN
public static final MicrosoftGraphLocationUniqueIdType UNKNOWN
Static value unknown for MicrosoftGraphLocationUniqueIdType.
-
LOCATION_STORE
public static final MicrosoftGraphLocationUniqueIdType LOCATION_STORE
Static value locationStore for MicrosoftGraphLocationUniqueIdType.
-
DIRECTORY
public static final MicrosoftGraphLocationUniqueIdType DIRECTORY
Static value directory for MicrosoftGraphLocationUniqueIdType.
-
PRIVATE
public static final MicrosoftGraphLocationUniqueIdType PRIVATE
Static value private for MicrosoftGraphLocationUniqueIdType.
-
BING
public static final MicrosoftGraphLocationUniqueIdType BING
Static value bing for MicrosoftGraphLocationUniqueIdType.
-
-
Method Detail
-
fromString
public static MicrosoftGraphLocationUniqueIdType fromString(String name)
Creates or finds a MicrosoftGraphLocationUniqueIdType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphLocationUniqueIdType.
-
values
public static Collection<MicrosoftGraphLocationUniqueIdType> values()
- Returns:
- known MicrosoftGraphLocationUniqueIdType values.
-
-