HealthCheckStatusDetailsProperties 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 Check properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.HealthCheckStatusDetailsPropertiesTypeConverter))]
public class HealthCheckStatusDetailsProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IHealthCheckStatusDetailsProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.HealthCheckStatusDetailsPropertiesTypeConverter))>]
type HealthCheckStatusDetailsProperties = class
interface IHealthCheckStatusDetailsProperties
interface IJsonSerializable
Public Class HealthCheckStatusDetailsProperties
Implements IHealthCheckStatusDetailsProperties
- Inheritance
-
HealthCheckStatusDetailsProperties
- Attributes
- Implements
Constructors
HealthCheckStatusDetailsProperties() |
Creates an new HealthCheckStatusDetailsProperties instance. |
Properties
EndDateTime |
End time of last execution of the health checks. |
HealthCheck |
Details for each health check item. |
StartDateTime |
Start time of last execution of the health checks. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HealthCheckStatusDetailsProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HealthCheckStatusDetailsProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IHealthCheckStatusDetailsProperties. |
FromJsonString(String) |
Creates a new instance of HealthCheckStatusDetailsProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HealthCheckStatusDetailsProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |