KubernetesProbesOptions.LivenessProbe 属性

定义

获取或设置运行情况探测的选项。

public:
 property Microsoft::Extensions::Diagnostics::Probes::TcpEndpointProbesOptions ^ LivenessProbe { Microsoft::Extensions::Diagnostics::Probes::TcpEndpointProbesOptions ^ get(); void set(Microsoft::Extensions::Diagnostics::Probes::TcpEndpointProbesOptions ^ value); };
public Microsoft.Extensions.Diagnostics.Probes.TcpEndpointProbesOptions LivenessProbe { get; set; }
member this.LivenessProbe : Microsoft.Extensions.Diagnostics.Probes.TcpEndpointProbesOptions with get, set
Public Property LivenessProbe As TcpEndpointProbesOptions

属性值

注解

默认端口为 2305。

适用于