DiagnosticDetectorResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class representing Response from Diagnostic Detectors
[Microsoft.Rest.Serialization.JsonTransformation]
public class DiagnosticDetectorResponse : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DiagnosticDetectorResponse = class
inherit ProxyOnlyResource
Public Class DiagnosticDetectorResponse
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
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. |
Properties
AbnormalTimePeriods |
Gets or sets list of Correlated events found by the detector |
Data |
Gets or sets additional Data that detector wants to send. |
DetectorDefinition |
Gets or sets detector's definition |
EndTime |
Gets or sets end time of the period |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
IssueDetected |
Gets or sets flag representing Issue was detected. |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Metrics |
Gets or sets metrics provided by the detector |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
ResponseMetaData |
Gets or sets meta Data |
StartTime |
Gets or sets start time of the period |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
Applies to
Azure SDK for .NET