ProcessThreadInfo Class
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.
Process Thread Information.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ProcessThreadInfo : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ProcessThreadInfo = class
inherit ProxyOnlyResource
Public Class ProcessThreadInfo
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
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. |
Properties
BasePriority |
Gets or sets base priority. |
CurrentPriority |
Gets or sets current thread priority. |
Href |
Gets or sets hRef URI. |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
Identifier |
Gets site extension ID. |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
PriorityLevel |
Gets or sets thread priority level. |
Process |
Gets or sets process URI. |
StartAddress |
Gets or sets start address. |
StartTime |
Gets or sets start time. |
State |
Gets or sets thread state. |
TotalProcessorTime |
Gets or sets total processor time. |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
UserProcessorTime |
Gets or sets user processor time. |
WaitReason |
Gets or sets wait reason. |
Applies to
Azure SDK for .NET