DetectorIssueType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the type of the Detector Serialized Name: IssueType
public enum DetectorIssueType
type DetectorIssueType =
Public Enum DetectorIssueType
- Inheritance
-
DetectorIssueType
Fields
| Name | Value | Description |
|---|---|---|
| ServiceIncident | 0 | ServiceIncident Serialized Name: IssueType.ServiceIncident |
| AppDeployment | 1 | AppDeployment Serialized Name: IssueType.AppDeployment |
| AppCrash | 2 | AppCrash Serialized Name: IssueType.AppCrash |
| RuntimeIssueDetected | 3 | RuntimeIssueDetected Serialized Name: IssueType.RuntimeIssueDetected |
| AseDeployment | 4 | AseDeployment Serialized Name: IssueType.AseDeployment |
| UserIssue | 5 | UserIssue Serialized Name: IssueType.UserIssue |
| PlatformIssue | 6 | PlatformIssue Serialized Name: IssueType.PlatformIssue |
| Other | 7 | Other Serialized Name: IssueType.Other |