Share via


UpdateConfig.MaxFailureRatio Property

Definition

Gets or sets the maximum failure ratio allowed during the update process. This property specifies the threshold for the ratio of failed tasks over the total number of tasks during a service update. If the failure ratio exceeds this value, the update will be rolled back or stopped depending on the configured failure action.

[YamlDotNet.Serialization.YamlMember(Alias="max_failure_ratio")]
public string? MaxFailureRatio { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="max_failure_ratio")>]
member this.MaxFailureRatio : string with get, set
Public Property MaxFailureRatio As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to