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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET