次の方法で共有


SubscriptionState 列挙型

定義

SubscriptionState の値を定義します。

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

フィールド

名前 説明
Enabled 0
Warned 1
PastDue 2
Disabled 3
Deleted 4

適用対象