IConfigData.LowCpuThreshold 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.
Minimum percentage threshold for Advisor low CPU utilization evaluation. Valid only for subscriptions. Valid values: 5 (default), 10, 15 or 20.
[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="Minimum percentage threshold for Advisor low CPU utilization evaluation. Valid only for subscriptions. Valid values: 5 (default), 10, 15 or 20.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold) }, ReadOnly=false, Required=false, SerializedName="lowCpuThreshold")]
public Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold? LowCpuThreshold { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="Minimum percentage threshold for Advisor low CPU utilization evaluation. Valid only for subscriptions. Valid values: 5 (default), 10, 15 or 20.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold) }, ReadOnly=false, Required=false, SerializedName="lowCpuThreshold")>]
member this.LowCpuThreshold : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.CpuThreshold> with get, set
Public Property LowCpuThreshold As Nullable(Of CpuThreshold)
Property Value
- Attributes