HealthAlert Class
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.
Health Alert Description
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.HealthAlertTypeConverter))]
public class HealthAlert : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IHealthAlert
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.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.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. |
| ToString() | |