共用方式為


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

欄位

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

適用於