IProcessInfo.NonPagedSystemMemory Property

Definition

Non-paged system memory.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Non-paged system memory.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="non_paged_system_memory", Update=true)]
public long? NonPagedSystemMemory { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Non-paged system memory.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="non_paged_system_memory", Update=true)>]
member this.NonPagedSystemMemory : Nullable<int64> with get, set
Public Property NonPagedSystemMemory As Nullable(Of Long)

Property Value

Attributes

Applies to