Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AppAction type
- Package:
- @azure/eventgrid
Defines values for AppAction.
KnownAppAction can be used interchangeably with AppAction,
this enum contains the known values that the service supports.
Known values supported by the service
Restarted: Web app was restarted.
Stopped: Web app was stopped.
ChangedAppSettings: 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.
type AppAction = string
