HealthAlert Class

Definition

Health Alert Description

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.HealthAlertTypeConverter))]
public class HealthAlert : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IHealthAlert
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.HealthAlertTypeConverter))>]
type HealthAlert = class
    interface IHealthAlert
    interface IJsonSerializable
Public Class HealthAlert
Implements IHealthAlert
Inheritance
HealthAlert
Attributes
Implements

Constructors

Name Description
HealthAlert()

Creates an new HealthAlert instance.

Properties

Name Description
Id

Health Alert Id

Issue

Health Alert Issue

LastDetected

Health Alert Last Detected DateTime

Name

Health Alert Name

Raised

Health Alert Raised DateTime

ResolutionUri

Health Alert TSG Link

Severity

Health Alert Severity

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HealthAlert.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HealthAlert.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IHealthAlert.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HealthAlert into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to