java.lang.Object
com.azure.core.util.ExpandableStringEnum<AppAction>
com.azure.messaging.eventgrid.systemevents.AppAction
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class AppAction extends com.azure.core.util.ExpandableStringEnum<AppAction>
Type of action of the operation.
  • Field Details

    • RESTARTED

      public static final AppAction RESTARTED
      Web app was restarted.
    • STOPPED

      public static final AppAction STOPPED
      Web app was stopped.
    • CHANGED_APP_SETTINGS

      public static final AppAction CHANGED_APP_SETTINGS
      There was an operation to change app setting on the web app.
    • STARTED

      public static final AppAction STARTED
      The job has started.
    • COMPLETED

      public static final AppAction COMPLETED
      The job has completed.
    • FAILED

      public static final AppAction FAILED
      The job has failed to complete.
  • Constructor Details

  • Method Details

    • fromString

      public static AppAction fromString(String name)
      Creates or finds a AppAction from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding AppAction.
    • values

      public static Collection<AppAction> values()
      Gets known AppAction values.
      Returns:
      known AppAction values.