RollingUpgradeMonitoringPolicy.UpgradeDomainTimeout Property

Definition

Gets or sets the length of time that the processing of any upgrade domain can take before the upgrade fails and the action specified by FailureAction occurs.

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

Property Value

The timeout for any upgrade domain.

Remarks

The default is TimeSpan.FromSeconds(uint.MaxValue).

Applies to