### YamlMime:JavaType
uid: "com.azure.messaging.eventgrid.systemevents.AsyncStatus"
fullName: "com.azure.messaging.eventgrid.systemevents.AsyncStatus"
name: "AsyncStatus"
nameWithType: "AsyncStatus"
summary: "Asynchronous operation status of the operation on the app service plan."
inheritances:
- ""
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- "fromString(java.lang.String,java.lang.Class)?alt=com.azure.core.util.ExpandableStringEnum.fromString&text=fromString\" data-throw-if-not-resolved=\"False\" />"
- "values(java.lang.Class)?alt=com.azure.core.util.ExpandableStringEnum.values&text=values\" data-throw-if-not-resolved=\"False\" />"
- ""
- ""
- ""
- ""
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "finalize"
- "getClass"
- "notify"
- "notifyAll"
- "wait"
- "wait"
- "wait"
syntax: "public final class **AsyncStatus** extends <>"
constructors:
- uid: "com.azure.messaging.eventgrid.systemevents.AsyncStatus.AsyncStatus()"
fullName: "com.azure.messaging.eventgrid.systemevents.AsyncStatus.AsyncStatus()"
name: "AsyncStatus()"
nameWithType: "AsyncStatus.AsyncStatus()"
summary: "Creates a new instance of AsyncStatus value."
deprecatedTag: "Use the factory method."
syntax: "@Deprecatedpublic AsyncStatus()"
desc: "Creates a new instance of AsyncStatus value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.messaging.eventgrid.systemevents.AsyncStatus.COMPLETED"
fullName: "com.azure.messaging.eventgrid.systemevents.AsyncStatus.COMPLETED"
name: "COMPLETED"
nameWithType: "AsyncStatus.COMPLETED"
summary: "Async operation has completed."
modifiers:
- "static"
- "final"
field:
type: ""
syntax: "public static final AsyncStatus COMPLETED"
desc: "Async operation has completed."
- uid: "com.azure.messaging.eventgrid.systemevents.AsyncStatus.FAILED"
fullName: "com.azure.messaging.eventgrid.systemevents.AsyncStatus.FAILED"
name: "FAILED"
nameWithType: "AsyncStatus.FAILED"
summary: "Async operation failed to complete."
modifiers:
- "static"
- "final"
field:
type: ""
syntax: "public static final AsyncStatus FAILED"
desc: "Async operation failed to complete."
- uid: "com.azure.messaging.eventgrid.systemevents.AsyncStatus.STARTED"
fullName: "com.azure.messaging.eventgrid.systemevents.AsyncStatus.STARTED"
name: "STARTED"
nameWithType: "AsyncStatus.STARTED"
summary: "Async operation has started."
modifiers:
- "static"
- "final"
field:
type: ""
syntax: "public static final AsyncStatus STARTED"
desc: "Async operation has started."
methods:
- uid: "com.azure.messaging.eventgrid.systemevents.AsyncStatus.fromString(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.AsyncStatus.fromString(String name)"
name: "fromString(String name)"
nameWithType: "AsyncStatus.fromString(String name)"
summary: "Creates or finds a AsyncStatus from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for."
name: "name"
type: "String"
syntax: "public static AsyncStatus fromString(String name)"
desc: "Creates or finds a AsyncStatus from its string representation."
returns:
description: "the corresponding AsyncStatus."
type: ""
- uid: "com.azure.messaging.eventgrid.systemevents.AsyncStatus.values()"
fullName: "com.azure.messaging.eventgrid.systemevents.AsyncStatus.values()"
name: "values()"
nameWithType: "AsyncStatus.values()"
summary: "Gets known AsyncStatus values."
modifiers:
- "static"
syntax: "public static Collection values()"
desc: "Gets known AsyncStatus values."
returns:
description: "known AsyncStatus values."
type: "Collection<>"
type: "class"
desc: "Asynchronous operation status of the operation on the app service plan."
metadata: {}
package: "com.azure.messaging.eventgrid.systemevents"
artifact: com.azure:azure-messaging-eventgrid:4.26.0