Share via


IResourcePool.CpuOverallUsageMHz Property

Definition

Gets the used CPU usage across all cores on the pool in MHz.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=false, Description="Gets the used CPU usage across all cores on the pool in MHz.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="cpuOverallUsageMHz", Update=false)]
public long? CpuOverallUsageMHz { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=false, Description="Gets the used CPU usage across all cores on the pool in MHz.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="cpuOverallUsageMHz", Update=false)>]
member this.CpuOverallUsageMHz : Nullable<int64>
Public ReadOnly Property CpuOverallUsageMHz As Nullable(Of Long)

Property Value

Attributes

Applies to