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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.