ContainerAppConfiguration.RevisionTransitionThreshold Property

Definition

Optional. The percent of the total number of replicas that must be brought up before revision transition occurs. Defaults to 100 when none is given. Value must be greater than 0 and less than or equal to 100.

public int? RevisionTransitionThreshold { get; set; }
member this.RevisionTransitionThreshold : Nullable<int> with get, set
Public Property RevisionTransitionThreshold As Nullable(Of Integer)

Property Value

Applies to