IHealthAlert Interface

Definition

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

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to