ContainerAppConfiguration.RevisionTransitionThreshold 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.
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)