Aracılığıyla paylaş


SubscriptionState Enum

Definition

Defines values for 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
Inheritance
SubscriptionState
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Enabled 0
Warned 1
PastDue 2
Disabled 3
Deleted 4

Applies to