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() |
Initializes a new instance of the ProcessThreadInfo class. |
ProcessThreadInfo(String, String, String, String, Nullable<Int32>, String, String, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<DateTime>, String, String, String, String) |
Initializes a new instance of the ProcessThreadInfo class. |
ProcessThreadInfo()
Initializes a new instance of the ProcessThreadInfo class.
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)
Initializes a new instance of the ProcessThreadInfo class.
public ProcessThreadInfo (string id = default, string name = default, string type = default, string kind = default, int? identifier = 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 state = default, string waitReason = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.ProcessThreadInfo : string * string * string * string * Nullable<int> * string * string * string * Nullable<int> * string * Nullable<int> * Nullable<DateTime> * string * string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.ProcessThreadInfo
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 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 state As String = Nothing, Optional waitReason As String = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- kind
- String
Kind of resource.
- href
- String
HRef URI.
- process
- String
Process URI.
- startAddress
- String
Start address.
- priorityLevel
- String
Thread priority level.
- totalProcessorTime
- String
Total processor time.
- userProcessorTime
- String
User processor time.
- state
- String
Thread state.
- waitReason
- String
Wait reason.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET