Uses of Class
com.azure.messaging.eventgrid.systemevents.StampKind
Packages that use StampKind
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of StampKind in com.azure.messaging.eventgrid.systemevents
Fields in com.azure.messaging.eventgrid.systemevents declared as StampKindModifier and TypeFieldDescriptionstatic final StampKindStampKind.ASE_V1App Service Plan is running on an App Service Environment V1.static final StampKindStampKind.ASE_V2App Service Plan is running on an App Service Environment V2.static final StampKindStampKind.PUBLICApp Service Plan is running on a public stamp.Methods in com.azure.messaging.eventgrid.systemevents that return StampKindModifier and TypeMethodDescriptionstatic StampKindStampKind.fromString(String name) Creates or finds a StampKind from its string representation.AppServicePlanEventTypeDetail.getStampKind()Get the stampKind property: Kind of environment where app service plan is.Methods in com.azure.messaging.eventgrid.systemevents that return types with arguments of type StampKindModifier and TypeMethodDescriptionstatic Collection<StampKind>StampKind.values()Gets known StampKind values.Methods in com.azure.messaging.eventgrid.systemevents with parameters of type StampKindModifier and TypeMethodDescriptionAppServicePlanEventTypeDetail.setStampKind(StampKind stampKind) Set the stampKind property: Kind of environment where app service plan is.