HpaScalingPolicyV2.PeriodSeconds 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 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