Uses of Class
com.azure.messaging.eventgrid.systemevents.AppServicePlanEventTypeDetail
Packages that use AppServicePlanEventTypeDetail
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of AppServicePlanEventTypeDetail in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return AppServicePlanEventTypeDetailModifier and TypeMethodDescriptionWebAppServicePlanUpdatedEventData.getAppServicePlanEventTypeDetail()Get the appServicePlanEventTypeDetail property: Detail of action on the app service plan.AppServicePlanEventTypeDetail.setAction(AppServicePlanAction action) Set the action property: Type of action on the app service plan.AppServicePlanEventTypeDetail.setStampKind(StampKind stampKind) Set the stampKind property: Kind of environment where app service plan is.AppServicePlanEventTypeDetail.setStatus(AsyncStatus status) Set the status property: Asynchronous operation status of the operation on the app service plan.Methods in com.azure.messaging.eventgrid.systemevents with parameters of type AppServicePlanEventTypeDetailModifier and TypeMethodDescriptionWebAppServicePlanUpdatedEventData.setAppServicePlanEventTypeDetail(AppServicePlanEventTypeDetail appServicePlanEventTypeDetail) Set the appServicePlanEventTypeDetail property: Detail of action on the app service plan.