Table of Contents

Class ConnectorRuntimeHealth

Namespace
Azure.Iot.Operations.Connector
Assembly
Azure.Iot.Operations.Connector.dll
public class ConnectorRuntimeHealth
Inheritance
ConnectorRuntimeHealth
Inherited Members

Properties

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