Share via


HealthCheckAnnotation Class

Definition

An annotation which tracks the name of the health check used to detect to health of a resource.

public class HealthCheckAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type HealthCheckAnnotation = class
    interface IResourceAnnotation
Public Class HealthCheckAnnotation
Implements IResourceAnnotation
Inheritance
HealthCheckAnnotation
Implements

Constructors

Name Description
HealthCheckAnnotation(String)

An annotation which tracks the name of the health check used to detect to health of a resource.

Properties

Name Description
Key

The key for the health check in the app host which associated with this resource.

Applies to