public sealed class ManagedInstanceInstanceHealth : IMessage<ManagedInstanceInstanceHealth>, IEquatable<ManagedInstanceInstanceHealth>, IDeepCloneable<ManagedInstanceInstanceHealth>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The `ManagedInstanceInstanceHealth` class provides information about the health status of a managed instance, offering insights into its current state."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which allows for a variety of operations and interactions."],["The latest version of the documentation available is 3.6.0, however versions ranging from 1.0.0 through to the latest are included in the list of documentation."],["`ManagedInstanceInstanceHealth` includes properties such as `DetailedHealthState` and `HealthCheck` to expose the instance's health state and the related health check URL."],["There is a constructor available, that allows for either a blank object, or a copy from another `ManagedInstanceInstanceHealth` object."]]],[]]