HealthCheckAnnotation(String) Constructor
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 HealthCheckAnnotation (string key);
new Aspire.Hosting.ApplicationModel.HealthCheckAnnotation : string -> Aspire.Hosting.ApplicationModel.HealthCheckAnnotation
Public Sub New (key As String)
Parameters
- key
- String
The key for the health check in the app host which associated with this resource.