Class AppServicePlanEventTypeDetail

java.lang.Object
com.azure.messaging.eventgrid.systemevents.AppServicePlanEventTypeDetail

public final class AppServicePlanEventTypeDetail extends Object
Detail of action on the app service plan.
  • Constructor Details

    • AppServicePlanEventTypeDetail

      public AppServicePlanEventTypeDetail()
  • Method Details

    • getStampKind

      public StampKind getStampKind()
      Get the stampKind property: Kind of environment where app service plan is.
      Returns:
      the stampKind value.
    • setStampKind

      public AppServicePlanEventTypeDetail setStampKind(StampKind stampKind)
      Set the stampKind property: Kind of environment where app service plan is.
      Parameters:
      stampKind - the stampKind value to set.
      Returns:
      the AppServicePlanEventTypeDetail object itself.
    • getAction

      public AppServicePlanAction getAction()
      Get the action property: Type of action on the app service plan.
      Returns:
      the action value.
    • setAction

      Set the action property: Type of action on the app service plan.
      Parameters:
      action - the action value to set.
      Returns:
      the AppServicePlanEventTypeDetail object itself.
    • getStatus

      public AsyncStatus getStatus()
      Get the status property: Asynchronous operation status of the operation on the app service plan.
      Returns:
      the status value.
    • setStatus

      public AppServicePlanEventTypeDetail setStatus(AsyncStatus status)
      Set the status property: Asynchronous operation status of the operation on the app service plan.
      Parameters:
      status - the status value to set.
      Returns:
      the AppServicePlanEventTypeDetail object itself.