Condividi tramite


IProcessInfo.PagedSystemMemory Property

Definition

Paged system memory.

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

Property Value

Attributes

Applies to