Table of Contents

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

DateTime

Message

A human-readable message describing the last transition.

public string? Message { get; set; }

Property Value

string

ReasonCode

Unique, CamelCase reason code describing the cause of the last health state transition.

public string? ReasonCode { get; set; }

Property Value

string

Status

The current health status of the resource.

public HealthStatus Status { get; set; }

Property Value

HealthStatus

Version

The version of the resource for which the runtime health is being reported.

public ulong Version { get; set; }

Property Value

ulong