Partager via


ProcessInfo Constructors

Definition

Overloads

ProcessInfo()
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)

ProcessInfo()

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)

public ProcessInfo (string id = default, string name = default, string kind = default, string type = default, int? processInfoId = default, string processInfoName = 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.Version2016_09_01.Models.ProcessThreadInfo> threads = default, System.Collections.Generic.IList<string> openFileHandles = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.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 totalProcessorTime = default, string userProcessorTime = default, string privilegedProcessorTime = default, long? workingSet64 = default, long? peakWorkingSet64 = default, long? privateMemorySize64 = default, long? virtualMemorySize64 = default, long? peakVirtualMemorySize64 = default, long? pagedSystemMemorySize64 = default, long? nonpagedSystemMemorySize64 = default, long? pagedMemorySize64 = default, long? peakPagedMemorySize64 = 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.Version2016_09_01.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.Version2016_09_01.Models.ProcessThreadInfo> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.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.Version2016_09_01.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 processInfoId As Nullable(Of Integer) = Nothing, Optional processInfoName 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 totalProcessorTime As String = Nothing, Optional userProcessorTime As String = Nothing, Optional privilegedProcessorTime As String = Nothing, Optional workingSet64 As Nullable(Of Long) = Nothing, Optional peakWorkingSet64 As Nullable(Of Long) = Nothing, Optional privateMemorySize64 As Nullable(Of Long) = Nothing, Optional virtualMemorySize64 As Nullable(Of Long) = Nothing, Optional peakVirtualMemorySize64 As Nullable(Of Long) = Nothing, Optional pagedSystemMemorySize64 As Nullable(Of Long) = Nothing, Optional nonpagedSystemMemorySize64 As Nullable(Of Long) = Nothing, Optional pagedMemorySize64 As Nullable(Of Long) = Nothing, Optional peakPagedMemorySize64 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
name
String
kind
String
type
String
processInfoId
Nullable<Int32>
processInfoName
String
href
String
miniDump
String
isProfileRunning
Nullable<Boolean>
isIisProfileRunning
Nullable<Boolean>
iisProfileTimeoutInSeconds
Nullable<Double>
parent
String
children
IList<String>
openFileHandles
IList<String>
fileName
String
commandLine
String
userName
String
handleCount
Nullable<Int32>
moduleCount
Nullable<Int32>
threadCount
Nullable<Int32>
startTime
Nullable<DateTime>
totalProcessorTime
String
userProcessorTime
String
privilegedProcessorTime
String
workingSet64
Nullable<Int64>
peakWorkingSet64
Nullable<Int64>
privateMemorySize64
Nullable<Int64>
virtualMemorySize64
Nullable<Int64>
peakVirtualMemorySize64
Nullable<Int64>
pagedSystemMemorySize64
Nullable<Int64>
nonpagedSystemMemorySize64
Nullable<Int64>
pagedMemorySize64
Nullable<Int64>
peakPagedMemorySize64
Nullable<Int64>
timeStamp
Nullable<DateTime>
environmentVariables
IDictionary<String,String>
isScmSite
Nullable<Boolean>
isWebJob
Nullable<Boolean>
description
String

Applies to