MetricTargetV2.AverageUtilization 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 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