Share via


ProcessInfoProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessInfoPropertiesTypeConverter))]
public class ProcessInfoProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfoProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessInfoPropertiesTypeConverter))>]
type ProcessInfoProperties = class
    interface IProcessInfoProperties
    interface IJsonSerializable
Public Class ProcessInfoProperties
Implements IProcessInfoProperties
Inheritance
ProcessInfoProperties
Attributes
Implements

Constructors

ProcessInfoProperties()

Properties

Child
CommandLine
DeploymentName
Description
EnvironmentVariable
FileName
HandleCount
Href
Identifier
IisProfileTimeoutInSecond
IsIisProfileRunning
IsProfileRunning
IsScmSite
IsWebjob
Minidump
Module
ModuleCount
NonPagedSystemMemory
OpenFileHandle
PagedMemory
PagedSystemMemory
Parent
PeakPagedMemory
PeakVirtualMemory
PeakWorkingSet
PrivateMemory
PrivilegedCpuTime
StartTime
Thread
ThreadCount
TimeStamp
TotalCpuTime
UserCpuTime
UserName
VirtualMemory
WorkingSet

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to