RelatedAlerts Class

Definition

A list of related alerts

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.RelatedAlertsTypeConverter))]
public class RelatedAlerts : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IRelatedAlerts
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.RelatedAlertsTypeConverter))>]
type RelatedAlerts = class
    interface IRelatedAlerts
    interface IJsonSerializable
Public Class RelatedAlerts
Implements IRelatedAlerts
Inheritance
RelatedAlerts
Attributes
Implements

Constructors

Name Description
RelatedAlerts()

Creates an new RelatedAlerts instance.

Properties

Name Description
Value

A list of related alerts

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RelatedAlerts.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RelatedAlerts.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IRelatedAlerts.

FromJsonString(String)

Creates a new instance of RelatedAlerts, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RelatedAlerts into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to