IProcessInfoProperties.PagedSystemMemory 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.
Paged system memory.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.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.Websites.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