HealthCheckAnnotation Constructors
ClassConstructors1 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
keystringThe key for the health check in the app host which associated with this resource.