Share via


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

フィールド

Deleted 4
Disabled 3
Enabled 0
PastDue 2
Warned 1

適用対象