AsyncOperationStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type AsyncOperationStatus.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Graph.DerivedTypeConverter))]
[Newtonsoft.Json.JsonObject(MemberSerialization=Newtonsoft.Json.MemberSerialization.OptIn)]
public class AsyncOperationStatus
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Graph.DerivedTypeConverter))>]
[<Newtonsoft.Json.JsonObject(MemberSerialization=Newtonsoft.Json.MemberSerialization.OptIn)>]
type AsyncOperationStatus = class
Public Class AsyncOperationStatus
- Inheritance
-
AsyncOperationStatus
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
AsyncOperationStatus() |
Properties
AdditionalData |
Gets or sets additional data. |
Operation |
Gets or sets operation. |
PercentageComplete |
Gets or sets percentageComplete. |
Status |
Gets or sets status. |