次の方法で共有


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

HealthCheckAnnotation(String)

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

Properties

Key

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

Applies to