DetectorAbnormalTimePeriod Constructors

Definition

Overloads

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.

DetectorAbnormalTimePeriod()

Initializes a new instance of the DetectorAbnormalTimePeriod class.

public DetectorAbnormalTimePeriod ();
Public Sub New ()

Applies to

DetectorAbnormalTimePeriod(Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<Double>, IList<IList<NameValuePair>>, Nullable<IssueType>, IList<Solution>)

Initializes a new instance of the DetectorAbnormalTimePeriod class.

public DetectorAbnormalTimePeriod (DateTime? startTime = default, DateTime? endTime = default, string message = default, string source = default, double? priority = default, System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair>> metaData = default, Microsoft.Azure.Management.AppService.Fluent.Models.IssueType? type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.Solution> solutions = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.DetectorAbnormalTimePeriod : Nullable<DateTime> * Nullable<DateTime> * string * string * Nullable<double> * System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair>> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.IssueType> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.Solution> -> Microsoft.Azure.Management.AppService.Fluent.Models.DetectorAbnormalTimePeriod
Public Sub New (Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional message As String = Nothing, Optional source As String = Nothing, Optional priority As Nullable(Of Double) = Nothing, Optional metaData As IList(Of IList(Of NameValuePair)) = Nothing, Optional type As Nullable(Of IssueType) = Nothing, Optional solutions As IList(Of Solution) = Nothing)

Parameters

startTime
Nullable<DateTime>

Start time of the correlated event

endTime
Nullable<DateTime>

End time of the correlated event

message
String

Message describing the event

source
String

Represents the name of the Detector

priority
Nullable<Double>

Represents the rank of the Detector

metaData
IList<IList<NameValuePair>>

Downtime metadata

type
Nullable<IssueType>

Represents the type of the Detector. Possible values include: 'ServiceIncident', 'AppDeployment', 'AppCrash', 'RuntimeIssueDetected', 'AseDeployment', 'UserIssue', 'PlatformIssue', 'Other'

solutions
IList<Solution>

List of proposed solutions

Applies to