次の方法で共有


IssueType 列挙型

定義

IssueType の値を定義します。

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

フィールド

AppCrash 2
AppDeployment 1
AseDeployment 4
Other 7
PlatformIssue 6
RuntimeIssueDetected 3
ServiceIncident 0
UserIssue 5

適用対象