Condividi tramite


ApplicationUpgradePolicy.UpgradeReplicaSetCheckTimeout Property

Definition

Gets or sets the maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues. When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues. The timeout is reset at the start of each upgrade domain. Valid values are between 0 and 42949672925 inclusive. (unsigned 32-bit integer).

[Newtonsoft.Json.JsonProperty(PropertyName="upgradeReplicaSetCheckTimeout")]
public string UpgradeReplicaSetCheckTimeout { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="upgradeReplicaSetCheckTimeout")>]
member this.UpgradeReplicaSetCheckTimeout : string with get, set
Public Property UpgradeReplicaSetCheckTimeout As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to