次の方法で共有


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

フィールド

名前 説明
Invalid 0
Valid 1
Disabled 2
Deleted 3
Rehydrated 4

適用対象