IssueType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義 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 |