IDiagnosticDetectorResponse Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DiagnosticDetectorResponseTypeConverter))]
public interface IDiagnosticDetectorResponse : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DiagnosticDetectorResponseTypeConverter))>]
type IDiagnosticDetectorResponse = interface
interface IJsonSerializable
interface IProxyOnlyResource
Public Interface IDiagnosticDetectorResponse
Implements IProxyOnlyResource
- Derived
- Attributes
- Implements
Properties
AbnormalTimePeriod |
List of Correlated events found by the detector |
Data |
Additional Data that detector wants to send. |
DataSourceInstruction |
Instructions if any for the data source |
DataSourceUri |
Datasource Uri Links |
DetectorDefinitionDescription |
Description of the detector |
DetectorDefinitionDisplayName |
Display name of the detector |
DetectorDefinitionIsEnabled |
Flag representing whether detector is enabled or not. |
DetectorDefinitionRank |
Detector Rank |
EndTime |
End time of the period |
Id |
Resource Id. (Inherited from IProxyOnlyResource) |
IssueDetected |
Flag representing Issue was detected. |
Kind |
Kind of resource. (Inherited from IProxyOnlyResource) |
Metric |
Metrics provided by the detector |
Name |
Resource Name. (Inherited from IProxyOnlyResource) |
StartTime |
Start time of the period |
Type |
Resource type. (Inherited from IProxyOnlyResource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |