HealthCheck 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.
An individual health check item
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.HealthCheckTypeConverter))]
public class HealthCheck : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IHealthCheck
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.HealthCheckTypeConverter))>]
type HealthCheck = class
interface IHealthCheck
interface IJsonSerializable
Public Class HealthCheck
Implements IHealthCheck
- Inheritance
-
HealthCheck
- Attributes
- Implements
Constructors
HealthCheck() |
Creates an new HealthCheck instance. |
Properties
AdditionalDetail |
Additional details about the health check or the recommended action. |
DisplayName |
The display name of this health check item. |
EndDateTime |
End time of the health check item. |
ErrorType |
The type of error that occurred during this health check. |
RecommendedAction |
The recommended action to fix the corresponding error. |
StartDateTime |
Start time of health check item. |
Status |
The status of the health check item. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HealthCheck. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HealthCheck. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IHealthCheck. |
FromJsonString(String) |
Creates a new instance of HealthCheck, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HealthCheck into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |