HealthCheck Class

Definition

An individual health check item

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.HealthCheckTypeConverter))]
public class HealthCheck : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IHealthCheck
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.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.Api20231001Preview.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.

Applies to