DiagnosticAnalysis Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
DiagnosticAnalysis() |
Initialise une nouvelle instance de la classe DiagnosticAnalysis. |
DiagnosticAnalysis(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<AbnormalTimePeriod>, IList<AnalysisData>, IList<DetectorDefinition>) |
Initialise une nouvelle instance de la classe DiagnosticAnalysis. |
DiagnosticAnalysis()
Initialise une nouvelle instance de la classe DiagnosticAnalysis.
public DiagnosticAnalysis ();
Public Sub New ()
S’applique à
DiagnosticAnalysis(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<AbnormalTimePeriod>, IList<AnalysisData>, IList<DetectorDefinition>)
Initialise une nouvelle instance de la classe DiagnosticAnalysis.
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)
Paramètres
- id
- String
ID de ressource.
- name
- String
Nom de la ressource.
- kind
- String
Type de ressource.
- type
- String
Type de ressource.
- abnormalTimePeriods
- IList<AbnormalTimePeriod>
Liste des périodes.
- payload
- IList<AnalysisData>
Données par chaque détecteur
- nonCorrelatedDetectors
- IList<DetectorDefinition>
Données par chaque détecteur pour les détecteurs qui n’ont pas été corelates
S’applique à
Azure SDK for .NET