你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProcessThreadInfo Class

Definition

Process Thread Information.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ProcessThreadInfoTypeConverter))]
public class ProcessThreadInfo : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IProcessThreadInfo, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.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.Websites.Models.Api20210201.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.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to