Condividi tramite


OperationStatus Enum

Definition

Defines values for OperationStatus.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum OperationStatus
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type OperationStatus = 
Public Enum OperationStatus
Inheritance
OperationStatus
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Canceled 4

Not supported yet

Failed 3

The operation failed

InProgress 1

The operation is running

NotStarted 0

The operation has been accepted but hasn't started.

Succeeded 2

The operation Succeeded

Applies to