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.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ProcessThreadInfo = class
inherit ProxyOnlyResourceInner
Public Class ProcessThreadInfo
Inherits ProxyOnlyResourceInner
- 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 |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Identifier |
Gets site extension ID. |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResourceInner) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
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. |
Tags |
Resource tags (Inherited from Resource) |
TotalProcessorTime |
Gets or sets total processor time. |
Type |
Resource type (Inherited from ProxyResource) |
UserProcessorTime |
Gets or sets user processor time. |
WaitReason |
Gets or sets wait reason. |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. (Inherited from Resource) |
Applies to
Azure SDK for .NET