Uses of Class
com.azure.messaging.eventgrid.systemevents.AppAction
Packages that use AppAction
Package
Description
Package containing the data models for SystemEvents.
-
Uses of AppAction in com.azure.messaging.eventgrid.systemevents
Fields in com.azure.messaging.eventgrid.systemevents declared as AppActionModifier and TypeFieldDescriptionstatic final AppActionAppAction.CHANGED_APP_SETTINGSThere was an operation to change app setting on the web app.static final AppActionAppAction.COMPLETEDThe job has completed.static final AppActionAppAction.FAILEDThe job has failed to complete.static final AppActionAppAction.RESTARTEDWeb app was restarted.static final AppActionAppAction.STARTEDThe job has started.static final AppActionAppAction.STOPPEDWeb app was stopped.Methods in com.azure.messaging.eventgrid.systemevents that return AppActionModifier and TypeMethodDescriptionstatic AppActionAppAction.fromString(String name) Creates or finds a AppAction from its string representation.AppEventTypeDetail.getAction()Get the action property: Type of action of the operation.Methods in com.azure.messaging.eventgrid.systemevents that return types with arguments of type AppActionModifier and TypeMethodDescriptionstatic Collection<AppAction> AppAction.values()Gets known AppAction values.