Aracılığıyla paylaş


ConfigurationUpgradeDescription.HealthCheckWaitDuration Property

Definition

Gets or sets the length of time to wait after completing an upgrade domain before starting the health check process.

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

Property Value

The length of time to wait after completing an upgrade domain before starting the health checks process.

Remarks

To use an infinite wait for the health check, set the HealthCheckWaitDuration property value to Zero. The default is Zero.

Applies to