ProcessInfoInner Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
ProcessInfoInner()
Inicializuje novou instanci ProcessInfoInner třídy.
public ProcessInfoInner ();
Public Sub New ()
Platí pro
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)
Inicializuje novou instanci ProcessInfoInner třídy.
public ProcessInfoInner (string id = default, string name = default, string type = default, string kind = 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.AppService.Fluent.Models.ProcessThreadInfo> threads = default, System.Collections.Generic.IList<string> openFileHandles = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ProcessModuleInfoInner> 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.AppService.Fluent.Models.ProcessInfoInner : 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.AppService.Fluent.Models.ProcessThreadInfo> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ProcessModuleInfoInner> * 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.AppService.Fluent.Models.ProcessInfoInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind 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 ProcessModuleInfoInner) = 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)
Parametry
- id
- String
- name
- String
- type
- String
- kind
- String
Druh prostředku.
- deploymentName
- String
Název nasazení.
- href
- String
Identifikátor URI HRef.
- minidump
- String
Identifikátor URI minidump.
- parent
- String
Nadřazený proces.
- threads
- IList<ProcessThreadInfo>
Seznam vláken.
- modules
- IList<ProcessModuleInfoInner>
Seznam modulů
- fileName
- String
Název souboru tohoto procesu.
- commandLine
- String
Příkazový řádek.
- userName
- String
Uživatelské jméno.
- totalCpuTime
- String
Celkový čas procesoru
- userCpuTime
- String
Čas procesoru uživatele.
- privilegedCpuTime
- String
Privilegovaný čas procesoru.
- environmentVariables
- IDictionary<String,String>
Seznam proměnných prostředí
- description
- String
Popis procesu.
Platí pro
Azure SDK for .NET