Uses of Class
com.azure.messaging.eventgrid.systemevents.AppAction
Packages that use AppAction
Package
Description
Package containing the data models for EventGridPublisherClient.
-
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_SETTINGSStatic value ChangedAppSettings for AppAction.static final AppActionAppAction.COMPLETEDStatic value Completed for AppAction.static final AppActionAppAction.FAILEDStatic value Failed for AppAction.static final AppActionAppAction.RESTARTEDStatic value Restarted for AppAction.static final AppActionAppAction.STARTEDStatic value Started for AppAction.static final AppActionAppAction.STOPPEDStatic value Stopped for AppAction.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 AppActionMethods in com.azure.messaging.eventgrid.systemevents with parameters of type AppActionModifier and TypeMethodDescriptionSet the action property: Type of action of the operation.