Partager via


DiagnosticAnalysis Constructors

Definition

Overloads

DiagnosticAnalysis()
DiagnosticAnalysis(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<AbnormalTimePeriod>, IList<AnalysisData>, IList<DetectorDefinition>)

DiagnosticAnalysis()

public DiagnosticAnalysis ();
Public Sub New ()

Applies to

DiagnosticAnalysis(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<AbnormalTimePeriod>, IList<AnalysisData>, IList<DetectorDefinition>)

public DiagnosticAnalysis (string id = default, string name = default, string kind = default, string type = default, DateTime? startTime = default, DateTime? endTime = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AbnormalTimePeriod> abnormalTimePeriods = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AnalysisData> payload = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DetectorDefinition> nonCorrelatedDetectors = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DiagnosticAnalysis : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AbnormalTimePeriod> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AnalysisData> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DetectorDefinition> -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DiagnosticAnalysis
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type 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 DetectorDefinition) = Nothing)

Parameters

id
String
name
String
kind
String
type
String
startTime
Nullable<DateTime>
endTime
Nullable<DateTime>
abnormalTimePeriods
IList<AbnormalTimePeriod>
payload
IList<AnalysisData>
nonCorrelatedDetectors
IList<DetectorDefinition>

Applies to