HealthCheckEndpointRouteBuilderExtensions Class

Definition

Provides extension methods for IEndpointRouteBuilder to add health checks.

public ref class HealthCheckEndpointRouteBuilderExtensions abstract sealed
public static class HealthCheckEndpointRouteBuilderExtensions
type HealthCheckEndpointRouteBuilderExtensions = class
Public Module HealthCheckEndpointRouteBuilderExtensions
Inheritance
HealthCheckEndpointRouteBuilderExtensions

Methods

MapHealthChecks(IEndpointRouteBuilder, String)

Adds a health checks endpoint to the IEndpointRouteBuilder with the specified template.

MapHealthChecks(IEndpointRouteBuilder, String, HealthCheckOptions)

Adds a health checks endpoint to the IEndpointRouteBuilder with the specified template and options.

Applies to