IProcessInfoProperties.PagedSystemMemory Property

Definition

Paged system memory.

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

Property Value

Attributes

Applies to