Compartir a través de


DiagnosticAnalysis Class

Definition

Class representing a diagnostic analysis done on an application

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticAnalysisTypeConverter))]
public class DiagnosticAnalysis : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysis, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DiagnosticAnalysisTypeConverter))>]
type DiagnosticAnalysis = class
    interface IDiagnosticAnalysis
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class DiagnosticAnalysis
Implements IDiagnosticAnalysis, IValidates
Inheritance
DiagnosticAnalysis
Attributes
Implements

Constructors

DiagnosticAnalysis()

Creates an new DiagnosticAnalysis instance.

Properties

AbnormalTimePeriod

List of time periods.

EndTime

End time of the period

Id

Resource Id.

Kind

Kind of resource.

Name

Resource Name.

NonCorrelatedDetector

Data by each detector for detectors that did not corelate

Payload

Data by each detector

StartTime

Start time of the period

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DiagnosticAnalysis.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DiagnosticAnalysis.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticAnalysis.

FromJsonString(String)

Creates a new instance of DiagnosticAnalysis, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DiagnosticAnalysis into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to