HealthCheckAnnotation Constructors
Class Constructors 1 member
An annotation which tracks the name of the health check used to detect to health of a resource.
Constructor(string) Section titled Constructor(string) An annotation which tracks the name of the health check used to detect to health of a resource.
public class HealthCheckAnnotation{ public HealthCheckAnnotation( string key) { // ... }}Parameters
key string The key for the health check in the app host which associated with this resource.