你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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() | |
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
- abnormalTimePeriods
- IList<AbnormalTimePeriod>
- payload
- IList<AnalysisData>
- nonCorrelatedDetectors
- IList<DetectorDefinition>