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

적용 대상