Share via


MetricTargetV2.AverageUtilization Property

Definition

Gets or sets the target average utilization value for the metric. This property represents the percentage of resource consumption (or similar utilization metric) that is used to define optimal scaling for a resource. The value should be provided as an integer percentage, or null if not specified.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to