HorizontalPodAutoscalerBehaviorV2.ScaleUp 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.
Specifies the scaling behavior for scaling up operations in the HorizontalPodAutoscaler. Defines rules, policies, and other configurations governing how the scaling up process should occur.
[YamlDotNet.Serialization.YamlMember(Alias="scaleUp")]
public Aspire.Hosting.Kubernetes.Resources.HpaScalingRulesV2 ScaleUp { get; set; }[<YamlDotNet.Serialization.YamlMember(Alias="scaleUp")>]
member this.ScaleUp : Aspire.Hosting.Kubernetes.Resources.HpaScalingRulesV2 with get, setPublic Property ScaleUp As HpaScalingRulesV2Property Value
- Attributes
- 
			YamlDotNet.Serialization.YamlMemberAttribute