Class MicrosoftGraphOperationStatus
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphOperationStatus>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOperationStatus
public final class MicrosoftGraphOperationStatus
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphOperationStatus>
operationStatus.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphOperationStatusStatic value Completed for MicrosoftGraphOperationStatus.static final MicrosoftGraphOperationStatusStatic value Failed for MicrosoftGraphOperationStatus.static final MicrosoftGraphOperationStatusStatic value NotStarted for MicrosoftGraphOperationStatus.static final MicrosoftGraphOperationStatusStatic value Running for MicrosoftGraphOperationStatus. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphOperationStatus from its string representation.values()Gets known MicrosoftGraphOperationStatus values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NOT_STARTED
Static value NotStarted for MicrosoftGraphOperationStatus. -
RUNNING
Static value Running for MicrosoftGraphOperationStatus. -
COMPLETED
Static value Completed for MicrosoftGraphOperationStatus. -
FAILED
Static value Failed for MicrosoftGraphOperationStatus.
-
-
Constructor Details
-
MicrosoftGraphOperationStatus
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphOperationStatus value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphOperationStatus from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphOperationStatus.
-
values
Gets known MicrosoftGraphOperationStatus values.- Returns:
- known MicrosoftGraphOperationStatus values.
-
fromString(String)factory method.