TcpEndpointProbesExtensions クラス

定義

TCP ベースの正常性チェックプローブを設定するための拡張メソッド。

public ref class TcpEndpointProbesExtensions abstract sealed
public static class TcpEndpointProbesExtensions
type TcpEndpointProbesExtensions = class
Public Module TcpEndpointProbesExtensions
継承
TcpEndpointProbesExtensions

メソッド

AddTcpEndpointProbe(IServiceCollection)

サービスが正常 IHealthCheckと見なされる場合は、TCP ポートを使用して正常性状態レポートを登録します。

AddTcpEndpointProbe(IServiceCollection, Action<TcpEndpointProbesOptions>)

サービスが正常 IHealthCheckと見なされる場合は、TCP ポートを使用して正常性状態レポートを登録します。

AddTcpEndpointProbe(IServiceCollection, IConfigurationSection)

サービスが正常 IHealthCheckと見なされる場合は、TCP ポートを使用して正常性状態レポートを登録します。

AddTcpEndpointProbe(IServiceCollection, String)

サービスが正常 IHealthCheckと見なされる場合は、TCP ポートを使用して正常性状態レポートを登録します。

AddTcpEndpointProbe(IServiceCollection, String, Action<TcpEndpointProbesOptions>)

サービスが正常 IHealthCheckと見なされる場合は、TCP ポートを使用して正常性状態レポートを登録します。

AddTcpEndpointProbe(IServiceCollection, String, IConfigurationSection)

サービスが正常 IHealthCheckと見なされる場合は、TCP ポートを使用して正常性状態レポートを登録します。

適用対象