AbnormalTimePeriod 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 identified in diagnosis
public class AbnormalTimePeriod
type AbnormalTimePeriod = class
Public Class AbnormalTimePeriod
- Inheritance
-
AbnormalTimePeriod
Constructors
AbnormalTimePeriod() |
Initializes a new instance of the AbnormalTimePeriod class. |
AbnormalTimePeriod(Nullable<DateTime>, Nullable<DateTime>, IList<DetectorAbnormalTimePeriod>, IList<Solution>) |
Initializes a new instance of the AbnormalTimePeriod class. |
Properties
EndTime |
Gets or sets end time of the downtime |
Events |
Gets or sets list of Possible Cause of downtime |
Solutions |
Gets or sets list of proposed solutions |
StartTime |
Gets or sets start time of the downtime |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET