IHealthAlert Interface
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.
[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) |