IApplianceMonitoringDetails.RamDetailTotalUtilization 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.
A value indicating the total utilization percentage for all processes on the appliance.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="A value indicating the total utilization percentage for all processes on the appliance.", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=true, Required=false, SerializedName="totalUtilization")]
public double? RamDetailTotalUtilization { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="A value indicating the total utilization percentage for all processes on the appliance.", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=true, Required=false, SerializedName="totalUtilization")>]
member this.RamDetailTotalUtilization : Nullable<double>
Public ReadOnly Property RamDetailTotalUtilization As Nullable(Of Double)
Property Value
- Attributes