次の方法で共有


SecurityAlertPolicyState 列挙型

定義

SecurityAlertPolicyState の値を定義します。

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

フィールド

名前 説明
New 0
Enabled 1
Disabled 2

適用対象