Share via


ProcessThreadInfo Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessThreadInfoTypeConverter))]
public class ProcessThreadInfo : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessThreadInfo, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessThreadInfoTypeConverter))>]
type ProcessThreadInfo = class
    interface IProcessThreadInfo
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class ProcessThreadInfo
Implements IProcessThreadInfo, IValidates
Inheritance
ProcessThreadInfo
Attributes
Implements

Constructors

ProcessThreadInfo()

Properties

BasePriority
CurrentPriority
Href
Id
Identifier
Kind
Name
PriorityLevel
Process
StartAddress
StartTime
State
TotalProcessorTime
Type
UserProcessorTime
WaitReason

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
Validate(IEventListener)

Applies to