다음을 통해 공유


IConfigData.LowCpuThreshold Property

Definition

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

Applies to