MaintenanceOperationResultCodeTypes 列挙型

定義

MaintenanceOperationResultCodeTypes の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum MaintenanceOperationResultCodeTypes
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type MaintenanceOperationResultCodeTypes = 
Public Enum MaintenanceOperationResultCodeTypes
継承
MaintenanceOperationResultCodeTypes
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

MaintenanceAborted 2
MaintenanceCompleted 3
None 0
RetryLater 1

適用対象