Class RuntimeHealth
- Namespace
- Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
public class RuntimeHealth
- Inheritance
-
RuntimeHealth
- Inherited Members
Properties
LastUpdateTime
The timestamp (RFC3339) when the health status was last updated, even if the status did not change.
public DateTime LastUpdateTime { get; set; }
Property Value
Message
A human-readable message describing the last transition.
public string? Message { get; set; }
Property Value
ReasonCode
Unique, CamelCase reason code describing the cause of the last health state transition.
public string? ReasonCode { get; set; }
Property Value
Status
The current health status of the resource.
public HealthStatus Status { get; set; }
Property Value
Version
The version of the resource for which the runtime health is being reported.
public ulong Version { get; set; }