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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ProcessThreadInfoTypeConverter))]
public class ProcessThreadInfo : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IProcessThreadInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ProcessThreadInfoTypeConverter))>]
type ProcessThreadInfo = class
interface IProcessThreadInfo
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class ProcessThreadInfo
Implements IProcessThreadInfo, IValidates
- Inheritance
-
ProcessThreadInfo
- Attributes
- Implements
Constructors
ProcessThreadInfo() |
Creates an new ProcessThreadInfo instance. |
Properties
BasePriority |
Base priority. |
CurrentPriority |
Current thread priority. |
Href |
HRef URI. |
Id |
Resource Id. |
Identifier |
Site extension ID. |
Kind |
Kind of resource. |
Name |
Resource Name. |
PriorityLevel |
Thread priority level. |
Process |
Process URI. |
StartAddress |
Start address. |
StartTime |
Start time. |
State |
Thread state. |
TotalProcessorTime |
Total processor time. |
Type |
Resource type. |
UserProcessorTime |
User processor time. |
WaitReason |
Wait reason. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ProcessThreadInfo. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ProcessThreadInfo. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IProcessThreadInfo. |
FromJsonString(String) |
Creates a new instance of ProcessThreadInfo, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ProcessThreadInfo into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |