IRelatedAlert Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.RelatedAlertTypeConverter))]
public interface IRelatedAlert : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.RelatedAlertTypeConverter))>]
type IRelatedAlert = interface
    interface IJsonSerializable
Public Interface IRelatedAlert
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
AddedAt

The time this relation was added to the issue (in UTC)

Id

The alert ID

LastModifiedAt

The last update time of this relation (in UTC)

OriginAddedBy

The ID of the origin - for example, in case of 'Manual', the user ID/app ID, and in case of 'Automatic', the name of the automatic system

OriginAddedByType

The source of the origin - Manual or Automatic

Relevance

The alerts's relevance status

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to