Поделиться через


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

Поля

Имя Значение Описание
InProgress 0
Failed 1
Succeeded 2
TimedOut 3
Created 4

Применяется к