次の方法で共有


RecoveryPointTierStatus 列挙型

定義

RecoveryPointTierStatus の値を定義します。

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

フィールド

Deleted 3
Disabled 2
Invalid 0
Rehydrated 4
Valid 1

適用対象