ProcessThreadInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ProcessThreadInfo()
public ProcessThreadInfo ();
Public Sub New ()
Applies to
ProcessThreadInfo(String, String, String, String, Nullable<Int32>, String, String, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<DateTime>, String, String, String, String, String)
public ProcessThreadInfo (string id = default, string name = default, string kind = default, string type = default, int? processThreadInfoId = default, string href = default, string process = default, string startAddress = default, int? currentPriority = default, string priorityLevel = default, int? basePriority = default, DateTime? startTime = default, string totalProcessorTime = default, string userProcessorTime = default, string priviledgedProcessorTime = default, string state = default, string waitReason = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ProcessThreadInfo : string * string * string * string * Nullable<int> * string * string * string * Nullable<int> * string * Nullable<int> * Nullable<DateTime> * string * string * string * string * string -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ProcessThreadInfo
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional processThreadInfoId As Nullable(Of Integer) = Nothing, Optional href As String = Nothing, Optional process As String = Nothing, Optional startAddress As String = Nothing, Optional currentPriority As Nullable(Of Integer) = Nothing, Optional priorityLevel As String = Nothing, Optional basePriority As Nullable(Of Integer) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional totalProcessorTime As String = Nothing, Optional userProcessorTime As String = Nothing, Optional priviledgedProcessorTime As String = Nothing, Optional state As String = Nothing, Optional waitReason As String = Nothing)
Parameters
- id
- String
- name
- String
- kind
- String
- type
- String
- href
- String
- process
- String
- startAddress
- String
- priorityLevel
- String
- totalProcessorTime
- String
- userProcessorTime
- String
- priviledgedProcessorTime
- String
- state
- String
- waitReason
- String