DiagnosticDetectorResponse Class

Definition

Class representing Response from Diagnostic Detectors.

public class DiagnosticDetectorResponse : Azure.ResourceManager.Models.ResourceData
public class DiagnosticDetectorResponse : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.DiagnosticDetectorResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.DiagnosticDetectorResponse>
type DiagnosticDetectorResponse = class
    inherit ResourceData
type DiagnosticDetectorResponse = class
    inherit ResourceData
    interface IJsonModel<DiagnosticDetectorResponse>
    interface IPersistableModel<DiagnosticDetectorResponse>
Public Class DiagnosticDetectorResponse
Inherits ResourceData
Public Class DiagnosticDetectorResponse
Inherits ResourceData
Implements IJsonModel(Of DiagnosticDetectorResponse), IPersistableModel(Of DiagnosticDetectorResponse)
Inheritance
DiagnosticDetectorResponse
Implements

Constructors

DiagnosticDetectorResponse()

Initializes a new instance of DiagnosticDetectorResponse.

Properties

AbnormalTimePeriods

List of Correlated events found by the detector.

Data

Additional Data that detector wants to send.

DataSource

Source of the Data.

DetectorDefinition

Detector's definition.

EndOn

End time of the period.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IssueDetected

Flag representing Issue was detected.

Kind

Kind of resource.

Metrics

Metrics provided by the detector.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
StartOn

Start time of the period.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<DiagnosticDetectorResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DiagnosticDetectorResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DiagnosticDetectorResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DiagnosticDetectorResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DiagnosticDetectorResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to