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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET