ProcessInfo Constructors

Definition

Overloads

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.

ProcessInfo()

Initializes a new instance of the ProcessInfo class.

public ProcessInfo ();
Public Sub New ()

Applies to

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.

public ProcessInfo (string id = default, string name = default, string kind = default, string type = default, int? identifier = default, string deploymentName = default, string href = default, string minidump = default, bool? isProfileRunning = default, bool? isIisProfileRunning = default, double? iisProfileTimeoutInSeconds = default, string parent = default, System.Collections.Generic.IList<string> children = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ProcessThreadInfo> threads = default, System.Collections.Generic.IList<string> openFileHandles = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ProcessModuleInfo> modules = default, string fileName = default, string commandLine = default, string userName = default, int? handleCount = default, int? moduleCount = default, int? threadCount = default, DateTime? startTime = default, string totalCpuTime = default, string userCpuTime = default, string privilegedCpuTime = default, long? workingSet = default, long? peakWorkingSet = default, long? privateMemory = default, long? virtualMemory = default, long? peakVirtualMemory = default, long? pagedSystemMemory = default, long? nonPagedSystemMemory = default, long? pagedMemory = default, long? peakPagedMemory = default, DateTime? timeStamp = default, System.Collections.Generic.IDictionary<string,string> environmentVariables = default, bool? isScmSite = default, bool? isWebjob = default, string description = default);
new Microsoft.Azure.Management.WebSites.Models.ProcessInfo : string * string * string * string * Nullable<int> * string * string * string * Nullable<bool> * Nullable<bool> * Nullable<double> * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ProcessThreadInfo> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ProcessModuleInfo> * string * string * string * Nullable<int> * Nullable<int> * Nullable<int> * 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> * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * Nullable<bool> * string -> Microsoft.Azure.Management.WebSites.Models.ProcessInfo
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional identifier As Nullable(Of Integer) = Nothing, Optional deploymentName As String = Nothing, Optional href As String = Nothing, Optional minidump As String = Nothing, Optional isProfileRunning As Nullable(Of Boolean) = Nothing, Optional isIisProfileRunning As Nullable(Of Boolean) = Nothing, Optional iisProfileTimeoutInSeconds As Nullable(Of Double) = Nothing, Optional parent As String = Nothing, Optional children As IList(Of String) = Nothing, Optional threads As IList(Of ProcessThreadInfo) = Nothing, Optional openFileHandles As IList(Of String) = Nothing, Optional modules As IList(Of ProcessModuleInfo) = Nothing, Optional fileName As String = Nothing, Optional commandLine As String = Nothing, Optional userName As String = Nothing, Optional handleCount As Nullable(Of Integer) = Nothing, Optional moduleCount As Nullable(Of Integer) = Nothing, Optional threadCount As Nullable(Of Integer) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional totalCpuTime As String = Nothing, Optional userCpuTime As String = Nothing, Optional privilegedCpuTime As String = Nothing, Optional workingSet As Nullable(Of Long) = Nothing, Optional peakWorkingSet As Nullable(Of Long) = Nothing, Optional privateMemory As Nullable(Of Long) = Nothing, Optional virtualMemory As Nullable(Of Long) = Nothing, Optional peakVirtualMemory As Nullable(Of Long) = Nothing, Optional pagedSystemMemory As Nullable(Of Long) = Nothing, Optional nonPagedSystemMemory As Nullable(Of Long) = Nothing, Optional pagedMemory As Nullable(Of Long) = Nothing, Optional peakPagedMemory As Nullable(Of Long) = Nothing, Optional timeStamp As Nullable(Of DateTime) = Nothing, Optional environmentVariables As IDictionary(Of String, String) = Nothing, Optional isScmSite As Nullable(Of Boolean) = Nothing, Optional isWebjob As Nullable(Of Boolean) = Nothing, Optional description As String = Nothing)

Parameters

id
String

Resource Id.

name
String

Resource Name.

kind
String

Kind of resource.

type
String

Resource type.

identifier
Nullable<Int32>

ARM Identifier for deployment.

deploymentName
String

Deployment name.

href
String

HRef URI.

minidump
String

Minidump URI.

isProfileRunning
Nullable<Boolean>

Is profile running?

isIisProfileRunning
Nullable<Boolean>

Is the IIS Profile running?

iisProfileTimeoutInSeconds
Nullable<Double>

IIS Profile timeout (seconds).

parent
String

Parent process.

children
IList<String>

Child process list.

threads
IList<ProcessThreadInfo>

Thread list.

openFileHandles
IList<String>

List of open files.

modules
IList<ProcessModuleInfo>

List of modules.

fileName
String

File name of this process.

commandLine
String

Command line.

userName
String

User name.

handleCount
Nullable<Int32>

Handle count.

moduleCount
Nullable<Int32>

Module count.

threadCount
Nullable<Int32>

Thread count.

startTime
Nullable<DateTime>

Start time.

totalCpuTime
String

Total CPU time.

userCpuTime
String

User CPU time.

privilegedCpuTime
String

Privileged CPU time.

workingSet
Nullable<Int64>

Working set.

peakWorkingSet
Nullable<Int64>

Peak working set.

privateMemory
Nullable<Int64>

Private memory size.

virtualMemory
Nullable<Int64>

Virtual memory size.

peakVirtualMemory
Nullable<Int64>

Peak virtual memory usage.

pagedSystemMemory
Nullable<Int64>

Paged system memory.

nonPagedSystemMemory
Nullable<Int64>

Non-paged system memory.

pagedMemory
Nullable<Int64>

Paged memory.

peakPagedMemory
Nullable<Int64>

Peak paged memory.

timeStamp
Nullable<DateTime>

Time stamp.

environmentVariables
IDictionary<String,String>

List of environment variables.

isScmSite
Nullable<Boolean>

Is this the SCM site?

isWebjob
Nullable<Boolean>

Is this a Web Job?

description
String

Description of process.

Applies to