Share via


DiagnosticDetectorResponse Constructors

Definition

Overloads

DiagnosticDetectorResponse()

Initializes a new instance of the DiagnosticDetectorResponse class.

DiagnosticDetectorResponse(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, DetectorDefinition, IList<DiagnosticMetricSet>, IList<DetectorAbnormalTimePeriod>, IList<IList<NameValuePair>>, ResponseMetaData)

Initializes a new instance of the DiagnosticDetectorResponse class.

DiagnosticDetectorResponse()

Initializes a new instance of the DiagnosticDetectorResponse class.

public DiagnosticDetectorResponse ();
Public Sub New ()

Applies to

DiagnosticDetectorResponse(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, DetectorDefinition, IList<DiagnosticMetricSet>, IList<DetectorAbnormalTimePeriod>, IList<IList<NameValuePair>>, ResponseMetaData)

Initializes a new instance of the DiagnosticDetectorResponse class.

public DiagnosticDetectorResponse (string id = default, string name = default, string kind = default, string type = default, DateTime? startTime = default, DateTime? endTime = default, bool? issueDetected = default, Microsoft.Azure.Management.WebSites.Models.DetectorDefinition detectorDefinition = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DiagnosticMetricSet> metrics = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DetectorAbnormalTimePeriod> abnormalTimePeriods = default, System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair>> data = default, Microsoft.Azure.Management.WebSites.Models.ResponseMetaData responseMetaData = default);
new Microsoft.Azure.Management.WebSites.Models.DiagnosticDetectorResponse : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<bool> * Microsoft.Azure.Management.WebSites.Models.DetectorDefinition * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DiagnosticMetricSet> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DetectorAbnormalTimePeriod> * System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair>> * Microsoft.Azure.Management.WebSites.Models.ResponseMetaData -> Microsoft.Azure.Management.WebSites.Models.DiagnosticDetectorResponse
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 issueDetected As Nullable(Of Boolean) = Nothing, Optional detectorDefinition As DetectorDefinition = 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

Resource Id.

name
String

Resource Name.

kind
String

Kind of resource.

type
String

Resource type.

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
DetectorDefinition

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