ProcessInfoInner Class

Definition

Process Information.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ProcessInfoInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ProcessInfoInner = class
    inherit ProxyOnlyResourceInner
Public Class ProcessInfoInner
Inherits ProxyOnlyResourceInner
Inheritance
Attributes

Constructors

ProcessInfoInner()

Initializes a new instance of the ProcessInfoInner class.

ProcessInfoInner(String, String, String, String, Nullable<Int32>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Double>, String, IList<String>, IList<ProcessThreadInfo>, IList<String>, IList<ProcessModuleInfoInner>, 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 ProcessInfoInner 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

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
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 ProxyOnlyResourceInner)
Location

Resource location

(Inherited from Resource)
Minidump

Gets or sets minidump URI.

ModuleCount

Gets or sets module count.

Modules

Gets or sets list of modules.

Name

Resource name

(Inherited from ProxyResource)
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.

Tags

Resource tags

(Inherited from Resource)
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

Resource type

(Inherited from ProxyResource)
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.

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to