AsyncOperationStatus Class

Definition

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.

Applies to