Share via


RollingUpgradeMonitoringPolicy.HealthCheckRetryTimeout Property

Definition

Gets or sets the length of time that health checks can fail continuously before the upgrade fails and the action specified by FailureAction occurs.

public TimeSpan HealthCheckRetryTimeout { get; set; }
member this.HealthCheckRetryTimeout : TimeSpan with get, set
Public Property HealthCheckRetryTimeout As TimeSpan

Property Value

The length of time that health checks can fail continuously.

Remarks

The default is 600 seconds. Setting HealthCheckRetryTimeout to Zero will result in only a single health check.

Applies to