DiagnosticAnalysis Constructors
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.
Overloads
DiagnosticAnalysis() |
Initializes a new instance of the DiagnosticAnalysis class. |
DiagnosticAnalysis(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<AbnormalTimePeriod>, IList<AnalysisData>, IList<DetectorDefinition>) |
Initializes a new instance of the DiagnosticAnalysis class. |
DiagnosticAnalysis()
Initializes a new instance of the DiagnosticAnalysis class.
public DiagnosticAnalysis ();
Public Sub New ()
Applies to
DiagnosticAnalysis(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<AbnormalTimePeriod>, IList<AnalysisData>, IList<DetectorDefinition>)
Initializes a new instance of the DiagnosticAnalysis class.
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.Models.AbnormalTimePeriod> abnormalTimePeriods = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.AnalysisData> payload = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DetectorDefinition> nonCorrelatedDetectors = default);
new Microsoft.Azure.Management.WebSites.Models.DiagnosticAnalysis : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.AbnormalTimePeriod> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.AnalysisData> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DetectorDefinition> -> Microsoft.Azure.Management.WebSites.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
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- abnormalTimePeriods
- IList<AbnormalTimePeriod>
List of time periods.
- payload
- IList<AnalysisData>
Data by each detector
- nonCorrelatedDetectors
- IList<DetectorDefinition>
Data by each detector for detectors that did not corelate
Applies to
Azure SDK for .NET