DiagnosticAnalysisInner Constructors

Definition

Overloads

DiagnosticAnalysisInner()

Initializes a new instance of the DiagnosticAnalysisInner class.

DiagnosticAnalysisInner(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<AbnormalTimePeriod>, IList<AnalysisData>, IList<DetectorDefinitionInner>)

Initializes a new instance of the DiagnosticAnalysisInner class.

DiagnosticAnalysisInner()

Initializes a new instance of the DiagnosticAnalysisInner class.

public DiagnosticAnalysisInner ();
Public Sub New ()

Applies to

DiagnosticAnalysisInner(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<AbnormalTimePeriod>, IList<AnalysisData>, IList<DetectorDefinitionInner>)

Initializes a new instance of the DiagnosticAnalysisInner class.

public DiagnosticAnalysisInner (string id = default, string name = default, string type = default, string kind = default, DateTime? startTime = default, DateTime? endTime = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.AbnormalTimePeriod> abnormalTimePeriods = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.AnalysisData> payload = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DetectorDefinitionInner> nonCorrelatedDetectors = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.DiagnosticAnalysisInner : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.AbnormalTimePeriod> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.AnalysisData> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DetectorDefinitionInner> -> Microsoft.Azure.Management.AppService.Fluent.Models.DiagnosticAnalysisInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional abnormalTimePeriods As IList(Of AbnormalTimePeriod) = Nothing, Optional payload As IList(Of AnalysisData) = Nothing, Optional nonCorrelatedDetectors As IList(Of DetectorDefinitionInner) = Nothing)

Parameters

id
String
name
String
type
String
kind
String

Kind of resource.

startTime
Nullable<DateTime>

Start time of the period

endTime
Nullable<DateTime>

End time of the period

abnormalTimePeriods
IList<AbnormalTimePeriod>

List of time periods.

payload
IList<AnalysisData>

Data by each detector

nonCorrelatedDetectors
IList<DetectorDefinitionInner>

Data by each detector for detectors that did not corelate

Applies to