HealthCheckEndpointRouteBuilderExtensions.MapHealthChecks メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
MapHealthChecks(IEndpointRouteBuilder, String) |
指定したテンプレートを使用して、 IEndpointRouteBuilder 正常性チェック エンドポイントを に追加します。 |
MapHealthChecks(IEndpointRouteBuilder, String, HealthCheckOptions) |
指定したテンプレートとオプションを使用して IEndpointRouteBuilder 、正常性チェック エンドポイントを に追加します。 |
MapHealthChecks(IEndpointRouteBuilder, String)
指定したテンプレートを使用して、 IEndpointRouteBuilder 正常性チェック エンドポイントを に追加します。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Builder::IEndpointConventionBuilder ^ MapHealthChecks(Microsoft::AspNetCore::Routing::IEndpointRouteBuilder ^ endpoints, System::String ^ pattern);
public static Microsoft.AspNetCore.Builder.IEndpointConventionBuilder MapHealthChecks (this Microsoft.AspNetCore.Routing.IEndpointRouteBuilder endpoints, string pattern);
static member MapHealthChecks : Microsoft.AspNetCore.Routing.IEndpointRouteBuilder * string -> Microsoft.AspNetCore.Builder.IEndpointConventionBuilder
<Extension()>
Public Function MapHealthChecks (endpoints As IEndpointRouteBuilder, pattern As String) As IEndpointConventionBuilder
パラメーター
- endpoints
- IEndpointRouteBuilder
IEndpointRouteBuilder正常性チェック エンドポイントを追加する 。
- pattern
- String
正常性チェック エンドポイントの URL パターン。
戻り値
正常性チェック エンドポイントの規則ルート。
適用対象
MapHealthChecks(IEndpointRouteBuilder, String, HealthCheckOptions)
指定したテンプレートとオプションを使用して IEndpointRouteBuilder 、正常性チェック エンドポイントを に追加します。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Builder::IEndpointConventionBuilder ^ MapHealthChecks(Microsoft::AspNetCore::Routing::IEndpointRouteBuilder ^ endpoints, System::String ^ pattern, Microsoft::AspNetCore::Diagnostics::HealthChecks::HealthCheckOptions ^ options);
public static Microsoft.AspNetCore.Builder.IEndpointConventionBuilder MapHealthChecks (this Microsoft.AspNetCore.Routing.IEndpointRouteBuilder endpoints, string pattern, Microsoft.AspNetCore.Diagnostics.HealthChecks.HealthCheckOptions options);
static member MapHealthChecks : Microsoft.AspNetCore.Routing.IEndpointRouteBuilder * string * Microsoft.AspNetCore.Diagnostics.HealthChecks.HealthCheckOptions -> Microsoft.AspNetCore.Builder.IEndpointConventionBuilder
<Extension()>
Public Function MapHealthChecks (endpoints As IEndpointRouteBuilder, pattern As String, options As HealthCheckOptions) As IEndpointConventionBuilder
パラメーター
- endpoints
- IEndpointRouteBuilder
IEndpointRouteBuilder正常性チェック エンドポイントを追加する 。
- pattern
- String
正常性チェック エンドポイントの URL パターン。
- options
- HealthCheckOptions
HealthCheckOptions正常性チェックの構成に使用される 。
戻り値
正常性チェック エンドポイントの規則ルート。