Share via


ICluster.UsedCpuMHz Property

Definition

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

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

Property Value

Attributes

Applies to