Share via


DiagnosticDetectorResponseInner Constructors

Definition

Overloads

DiagnosticDetectorResponseInner()

Initializes a new instance of the DiagnosticDetectorResponseInner class.

DiagnosticDetectorResponseInner(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, DetectorDefinitionInner, IList<DiagnosticMetricSet>, IList<DetectorAbnormalTimePeriod>, IList<IList<NameValuePair>>, ResponseMetaData)

Initializes a new instance of the DiagnosticDetectorResponseInner class.

DiagnosticDetectorResponseInner()

Initializes a new instance of the DiagnosticDetectorResponseInner class.

public DiagnosticDetectorResponseInner ();
Public Sub New ()

Applies to

DiagnosticDetectorResponseInner(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, DetectorDefinitionInner, IList<DiagnosticMetricSet>, IList<DetectorAbnormalTimePeriod>, IList<IList<NameValuePair>>, ResponseMetaData)

Initializes a new instance of the DiagnosticDetectorResponseInner class.

public DiagnosticDetectorResponseInner (string id = default, string name = default, string type = default, string kind = default, DateTime? startTime = default, DateTime? endTime = default, bool? issueDetected = default, Microsoft.Azure.Management.AppService.Fluent.Models.DetectorDefinitionInner detectorDefinition = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DiagnosticMetricSet> metrics = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DetectorAbnormalTimePeriod> abnormalTimePeriods = default, System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair>> data = default, Microsoft.Azure.Management.AppService.Fluent.Models.ResponseMetaData responseMetaData = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.DiagnosticDetectorResponseInner : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<bool> * Microsoft.Azure.Management.AppService.Fluent.Models.DetectorDefinitionInner * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DiagnosticMetricSet> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DetectorAbnormalTimePeriod> * System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair>> * Microsoft.Azure.Management.AppService.Fluent.Models.ResponseMetaData -> Microsoft.Azure.Management.AppService.Fluent.Models.DiagnosticDetectorResponseInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional issueDetected As Nullable(Of Boolean) = Nothing, Optional detectorDefinition As DetectorDefinitionInner = Nothing, Optional metrics As IList(Of DiagnosticMetricSet) = Nothing, Optional abnormalTimePeriods As IList(Of DetectorAbnormalTimePeriod) = Nothing, Optional data As IList(Of IList(Of NameValuePair)) = Nothing, Optional responseMetaData As ResponseMetaData = Nothing)

Parameters

id
String
name
String
type
String
kind
String

Kind of resource.

startTime
Nullable<DateTime>

Start time of the period

endTime
Nullable<DateTime>

End time of the period

issueDetected
Nullable<Boolean>

Flag representing Issue was detected.

detectorDefinition
DetectorDefinitionInner

Detector's definition

metrics
IList<DiagnosticMetricSet>

Metrics provided by the detector

abnormalTimePeriods
IList<DetectorAbnormalTimePeriod>

List of Correlated events found by the detector

data
IList<IList<NameValuePair>>

Additional Data that detector wants to send.

responseMetaData
ResponseMetaData

Meta Data

Applies to