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>
locationUniqueIdType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphLocationUniqueIdTypeStatic value bing for MicrosoftGraphLocationUniqueIdType.static final MicrosoftGraphLocationUniqueIdTypeStatic value directory for MicrosoftGraphLocationUniqueIdType.static final MicrosoftGraphLocationUniqueIdTypeStatic value locationStore for MicrosoftGraphLocationUniqueIdType.static final MicrosoftGraphLocationUniqueIdTypeStatic value private for MicrosoftGraphLocationUniqueIdType.static final MicrosoftGraphLocationUniqueIdTypeStatic value unknown for MicrosoftGraphLocationUniqueIdType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphLocationUniqueIdType from its string representation.values()Gets known MicrosoftGraphLocationUniqueIdType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value unknown for MicrosoftGraphLocationUniqueIdType. -
LOCATION_STORE
Static value locationStore for MicrosoftGraphLocationUniqueIdType. -
DIRECTORY
Static value directory for MicrosoftGraphLocationUniqueIdType. -
PRIVATE
Static value private for MicrosoftGraphLocationUniqueIdType. -
BING
Static value bing for MicrosoftGraphLocationUniqueIdType.
-
-
Constructor Details
-
MicrosoftGraphLocationUniqueIdType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphLocationUniqueIdType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphLocationUniqueIdType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphLocationUniqueIdType.
-
values
Gets known MicrosoftGraphLocationUniqueIdType values.- Returns:
- known MicrosoftGraphLocationUniqueIdType values.
-
fromString(String)factory method.