Class AppAction
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AppAction>
com.azure.messaging.eventgrid.systemevents.AppAction
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Type of action of the operation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AppActionThere was an operation to change app setting on the web app.static final AppActionThe job has completed.static final AppActionThe job has failed to complete.static final AppActionWeb app was restarted.static final AppActionThe job has started.static final AppActionWeb app was stopped. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AppActionfromString(String name) Creates or finds a AppAction from its string representation.static Collection<AppAction> values()Gets known AppAction values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
RESTARTED
Web app was restarted. -
STOPPED
Web app was stopped. -
CHANGED_APP_SETTINGS
There was an operation to change app setting on the web app. -
STARTED
The job has started. -
COMPLETED
The job has completed. -
FAILED
The job has failed to complete.
-
-
Constructor Details
-
AppAction
Deprecated.Use thefromString(String)factory method.Creates a new instance of AppAction value.
-
-
Method Details
-
fromString
Creates or finds a AppAction from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AppAction.
-
values
Gets known AppAction values.- Returns:
- known AppAction values.
-
fromString(String)factory method.