Uses of Class
com.azure.messaging.eventgrid.systemevents.AppServicePlanAction
Packages that use AppServicePlanAction
Package
Description
Package containing the data models for SystemEvents.
-
Uses of AppServicePlanAction in com.azure.messaging.eventgrid.systemevents
Fields in com.azure.messaging.eventgrid.systemevents declared as AppServicePlanActionModifier and TypeFieldDescriptionstatic final AppServicePlanActionAppServicePlanAction.UPDATEDApp Service plan is being updated.Methods in com.azure.messaging.eventgrid.systemevents that return AppServicePlanActionModifier and TypeMethodDescriptionstatic AppServicePlanActionAppServicePlanAction.fromString(String name) Creates or finds a AppServicePlanAction from its string representation.AppServicePlanEventTypeDetail.getAction()Get the action property: Type of action on the app service plan.Methods in com.azure.messaging.eventgrid.systemevents that return types with arguments of type AppServicePlanActionModifier and TypeMethodDescriptionstatic Collection<AppServicePlanAction> AppServicePlanAction.values()Gets known AppServicePlanAction values.