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

ProcessThreadInfo 类

处理线程信息。

变量仅由服务器填充,发送请求时将被忽略。

继承
azure.mgmt.web.v2021_03_01.models._models_py3.ProxyOnlyResource
ProcessThreadInfo

构造函数

ProcessThreadInfo(*, kind: str | None = None, href: str | None = None, process: str | None = None, start_address: str | None = None, current_priority: int | None = None, priority_level: str | None = None, base_priority: int | None = None, start_time: datetime | None = None, total_processor_time: str | None = None, user_processor_time: str | None = None, state: str | None = None, wait_reason: str | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
kind
str

资源类型。

href
str

HRef URI。

process
str

进程 URI。

start_address
str

起始地址。

current_priority
int

当前线程优先级。

priority_level
str

线程优先级。

base_priority
int

基本优先级。

start_time

开始时间。

total_processor_time
str

总处理器时间。

user_processor_time
str

用户处理器时间。

state
str

线程状态。

wait_reason
str

等待原因。

变量

名称 说明
id
str

资源 ID。

name
str

资源名称。

kind
str

资源类型。

type
str

资源类型。

identifier
int

站点扩展 ID。

href
str

HRef URI。

process
str

进程 URI。

start_address
str

起始地址。

current_priority
int

当前线程优先级。

priority_level
str

线程优先级。

base_priority
int

基本优先级。

start_time

开始时间。

total_processor_time
str

总处理器时间。

user_processor_time
str

用户处理器时间。

state
str

线程状态。

wait_reason
str

等待原因。