共用方式為


OperationStatus 列舉

定義

定義 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
繼承
OperationStatus
屬性
Newtonsoft.Json.JsonConverterAttribute

欄位

Created 4
Failed 1
InProgress 0
Succeeded 2
TimedOut 3

適用於