ProcessInfoInner Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ProcessInfoInner()
Inizializza una nuova istanza della classe ProcessInfoInner.
public ProcessInfoInner ();
Public Sub New ()
Si applica a
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)
Inizializza una nuova istanza della classe ProcessInfoInner.
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)
Parametri
- id
- String
- name
- String
- type
- String
- kind
- String
Tipo di risorsa.
- deploymentName
- String
Nome della distribuzione.
- href
- String
URI HRef.
- minidump
- String
URI minidump.
- parent
- String
Processo padre.
- threads
- IList<ProcessThreadInfo>
Elenco di thread.
- modules
- IList<ProcessModuleInfoInner>
Elenco di moduli.
- fileName
- String
Nome file del processo.
- commandLine
- String
Riga di comando.
- userName
- String
Nome utente.
- totalCpuTime
- String
Tempo totale CPU.
- userCpuTime
- String
Tempo CPU utente.
- privilegedCpuTime
- String
Tempo CPU con privilegi.
- environmentVariables
- IDictionary<String,String>
Elenco di variabili di ambiente.
- description
- String
Descrizione del processo.