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 Serialized Name: DiagnosticDetectorResponse
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
interface IJsonModel<DiagnosticDetectorResponse>
interface IPersistableModel<DiagnosticDetectorResponse>
Public Class DiagnosticDetectorResponse
Inherits ResourceData
Implements IJsonModel(Of DiagnosticDetectorResponse), IPersistableModel(Of DiagnosticDetectorResponse)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| DiagnosticDetectorResponse() |
Initializes a new instance of DiagnosticDetectorResponse. |
Properties
| Name | Description |
|---|---|
| AbnormalTimePeriods |
List of Correlated events found by the detector Serialized Name: DiagnosticDetectorResponse.properties.abnormalTimePeriods |
| Data |
Additional Data that detector wants to send. Serialized Name: DiagnosticDetectorResponse.properties.data |
| DataSource |
Source of the Data Serialized Name: ResponseMetaData.dataSource |
| DetectorDefinition |
Detector's definition Serialized Name: DiagnosticDetectorResponse.properties.detectorDefinition |
| EndOn |
End time of the period Serialized Name: DiagnosticDetectorResponse.properties.endTime |
| 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. Serialized Name: DiagnosticDetectorResponse.properties.issueDetected |
| Kind |
Kind of resource. Serialized Name: ProxyOnlyResource.kind |
| Metrics |
Metrics provided by the detector Serialized Name: DiagnosticDetectorResponse.properties.metrics |
| 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 Serialized Name: DiagnosticDetectorResponse.properties.startTime |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| 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. |