Bagikan melalui


ProcessInfo Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessInfoTypeConverter))]
public class ProcessInfo : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessInfoTypeConverter))>]
type ProcessInfo = class
    interface IProcessInfo
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class ProcessInfo
Implements IProcessInfo, IValidates
Inheritance
ProcessInfo
Attributes
Implements

Constructors

ProcessInfo()

Properties

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

Methods

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

Applies to