DetectorAbnormalTimePeriod Class
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.
Class representing Abnormal Time Period detected.
public class DetectorAbnormalTimePeriod
type DetectorAbnormalTimePeriod = class
Public Class DetectorAbnormalTimePeriod
- Inheritance
-
DetectorAbnormalTimePeriod
Constructors
DetectorAbnormalTimePeriod() |
Initializes a new instance of the DetectorAbnormalTimePeriod class. |
DetectorAbnormalTimePeriod(Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<Double>, IList<IList<NameValuePair>>, Nullable<IssueType>, IList<Solution>) |
Initializes a new instance of the DetectorAbnormalTimePeriod class. |
Properties
EndTime |
Gets or sets end time of the correlated event |
Message |
Gets or sets message describing the event |
MetaData |
Gets or sets downtime metadata |
Priority |
Gets or sets represents the rank of the Detector |
Solutions |
Gets or sets list of proposed solutions |
Source |
Gets or sets represents the name of the Detector |
StartTime |
Gets or sets start time of the correlated event |
Type |
Gets or sets represents the type of the Detector. Possible values include: 'ServiceIncident', 'AppDeployment', 'AppCrash', 'RuntimeIssueDetected', 'AseDeployment', 'UserIssue', 'PlatformIssue', 'Other' |
Applies to
Azure SDK for .NET