Class MicrosoftGraphStatus
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphStatus>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphStatus
public final class MicrosoftGraphStatus
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphStatus>
status.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphStatusStatic value active for MicrosoftGraphStatus.static final MicrosoftGraphStatusStatic value deleted for MicrosoftGraphStatus.static final MicrosoftGraphStatusStatic value ignored for MicrosoftGraphStatus.static final MicrosoftGraphStatusStatic value unknownFutureValue for MicrosoftGraphStatus.static final MicrosoftGraphStatusStatic value updated for MicrosoftGraphStatus. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MicrosoftGraphStatusfromString(String name) Creates or finds a MicrosoftGraphStatus from its string representation.static Collection<MicrosoftGraphStatus>values()Gets known MicrosoftGraphStatus values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ACTIVE
Static value active for MicrosoftGraphStatus. -
UPDATED
Static value updated for MicrosoftGraphStatus. -
DELETED
Static value deleted for MicrosoftGraphStatus. -
IGNORED
Static value ignored for MicrosoftGraphStatus. -
UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphStatus.
-
-
Constructor Details
-
MicrosoftGraphStatus
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphStatus value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphStatus from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphStatus.
-
values
Gets known MicrosoftGraphStatus values.- Returns:
- known MicrosoftGraphStatus values.
-
fromString(String)factory method.