DiagnosticAnalysis Class

Definition

Class representing a diagnostic analysis done on an application

[Microsoft.Rest.Serialization.JsonTransformation]
public class DiagnosticAnalysis : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DiagnosticAnalysis = class
    inherit ProxyOnlyResource
Public Class DiagnosticAnalysis
Inherits ProxyOnlyResource
Inheritance
DiagnosticAnalysis
Attributes

Constructors

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.

Properties

AbnormalTimePeriods

Gets or sets list of time periods.

EndTime

Gets or sets end time of the period

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
NonCorrelatedDetectors

Gets or sets data by each detector for detectors that did not corelate

Payload

Gets or sets data by each detector

StartTime

Gets or sets start time of the period

Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to