ProcessInfo Class

Definition

Process Information.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ProcessInfo : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ProcessInfo = class
    inherit ProxyOnlyResource
Public Class ProcessInfo
Inherits ProxyOnlyResource
Inheritance
Attributes

Constructors

ProcessInfo()

Initializes a new instance of the ProcessInfo class.

ProcessInfo(String, String, String, String, Nullable<Int32>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Double>, String, IList<String>, IList<ProcessThreadInfo>, IList<String>, IList<ProcessModuleInfo>, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<DateTime>, IDictionary<String, String>, Nullable<Boolean>, Nullable<Boolean>, String)

Initializes a new instance of the ProcessInfo class.

Properties

Children

Gets or sets child process list.

CommandLine

Gets or sets command line.

DeploymentName

Gets or sets deployment name.

Description

Gets or sets description of process.

EnvironmentVariables

Gets or sets list of environment variables.

FileName

Gets or sets file name of this process.

HandleCount

Gets or sets handle count.

Href

Gets or sets hRef URI.

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Identifier

Gets ARM Identifier for deployment.

IisProfileTimeoutInSeconds

Gets or sets IIS Profile timeout (seconds).

IsIisProfileRunning

Gets or sets is the IIS Profile running?

IsProfileRunning

Gets or sets is profile running?

IsScmSite

Gets or sets is this the SCM site?

IsWebjob

Gets or sets is this a Web Job?

Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Minidump

Gets or sets minidump URI.

ModuleCount

Gets or sets module count.

Modules

Gets or sets list of modules.

Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
NonPagedSystemMemory

Gets or sets non-paged system memory.

OpenFileHandles

Gets or sets list of open files.

PagedMemory

Gets or sets paged memory.

PagedSystemMemory

Gets or sets paged system memory.

Parent

Gets or sets parent process.

PeakPagedMemory

Gets or sets peak paged memory.

PeakVirtualMemory

Gets or sets peak virtual memory usage.

PeakWorkingSet

Gets or sets peak working set.

PrivateMemory

Gets or sets private memory size.

PrivilegedCpuTime

Gets or sets privileged CPU time.

StartTime

Gets or sets start time.

ThreadCount

Gets or sets thread count.

Threads

Gets or sets thread list.

TimeStamp

Gets or sets time stamp.

TotalCpuTime

Gets or sets total CPU time.

Type

Gets resource type.

(Inherited from ProxyOnlyResource)
UserCpuTime

Gets or sets user CPU time.

UserName

Gets or sets user name.

VirtualMemory

Gets or sets virtual memory size.

WorkingSet

Gets or sets working set.

Applies to