HealthCheckAnnotation 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.
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. |