UpdateConfig.MaxFailureRatio Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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