Uses of Class
com.azure.messaging.eventgrid.systemevents.AsyncStatus
Packages that use AsyncStatus
Package
Description
Package containing the data models for SystemEvents.
-
Uses of AsyncStatus in com.azure.messaging.eventgrid.systemevents
Fields in com.azure.messaging.eventgrid.systemevents declared as AsyncStatusModifier and TypeFieldDescriptionstatic final AsyncStatusAsyncStatus.COMPLETEDAsync operation has completed.static final AsyncStatusAsyncStatus.FAILEDAsync operation failed to complete.static final AsyncStatusAsyncStatus.STARTEDAsync operation has started.Methods in com.azure.messaging.eventgrid.systemevents that return AsyncStatusModifier and TypeMethodDescriptionstatic AsyncStatusAsyncStatus.fromString(String name) Creates or finds a AsyncStatus from its string representation.AppServicePlanEventTypeDetail.getStatus()Get the status property: Asynchronous operation status of the operation on the app service plan.Methods in com.azure.messaging.eventgrid.systemevents that return types with arguments of type AsyncStatusModifier and TypeMethodDescriptionstatic Collection<AsyncStatus> AsyncStatus.values()Gets known AsyncStatus values.