HealthReportSnapshot 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.
A report produced by a health check about a resource.
public sealed class HealthReportSnapshot : IEquatable<Aspire.Hosting.ApplicationModel.HealthReportSnapshot>
type HealthReportSnapshot = class
interface IEquatable<HealthReportSnapshot>
Public NotInheritable Class HealthReportSnapshot
Implements IEquatable(Of HealthReportSnapshot)
- Inheritance
-
HealthReportSnapshot
- Implements
Constructors
HealthReportSnapshot(String, Nullable<HealthStatus>, String, String) |
A report produced by a health check about a resource. |
Properties
Description |
An optional description of the report, for display. |
ExceptionText |
An optional string containing exception details. |
Name |
The name of the health check that produced this report. |
Status |
The state of the resource, according to the report, or |
Methods
<Clone>$() | |
Deconstruct(String, Nullable<HealthStatus>, String, String) | |
Equals(HealthReportSnapshot) | |
Equals(Object) | |
GetHashCode() | |
ToString() |
Operators
Equality(HealthReportSnapshot, HealthReportSnapshot) | |
Inequality(HealthReportSnapshot, HealthReportSnapshot) |