Class AsyncStatus
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AsyncStatus>
com.azure.messaging.eventgrid.systemevents.AsyncStatus
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Asynchronous operation status of the operation on the app service plan.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AsyncStatusAsync operation has completed.static final AsyncStatusAsync operation failed to complete.static final AsyncStatusAsync operation has started. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AsyncStatusfromString(String name) Creates or finds a AsyncStatus from its string representation.static Collection<AsyncStatus> values()Gets known AsyncStatus values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
STARTED
Async operation has started. -
COMPLETED
Async operation has completed. -
FAILED
Async operation failed to complete.
-
-
Constructor Details
-
AsyncStatus
Deprecated.Use thefromString(String)factory method.Creates a new instance of AsyncStatus value.
-
-
Method Details
-
fromString
Creates or finds a AsyncStatus from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AsyncStatus.
-
values
Gets known AsyncStatus values.- Returns:
- known AsyncStatus values.
-
fromString(String)factory method.