Share via


HpaScalingPolicyV2.PeriodSeconds Property

Definition

Gets or sets the duration, in seconds, for which the scaling policy is applicable. This value defines the time window during which a HPA scaling action is restricted.

[YamlDotNet.Serialization.YamlMember(Alias="periodSeconds")]
public int PeriodSeconds { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="periodSeconds")>]
member this.PeriodSeconds : int with get, set
Public Property PeriodSeconds As Integer

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to