你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ProcessThreadInfo 类
处理线程信息。
变量仅由服务器填充,在发送请求时将被忽略。
- 继承
-
azure.mgmt.web.v2022_09_01.models._models_py3.ProxyOnlyResourceProcessThreadInfo
构造函数
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
|
资源类型。 |
href
|
HRef URI。 |
process
|
进程 URI。 |
start_address
|
起始地址。 |
current_priority
|
当前线程优先级。 |
priority_level
|
线程优先级。 |
base_priority
|
基本优先级。 |
start_time
|
开始时间。 |
total_processor_time
|
总处理器时间。 |
user_processor_time
|
用户处理器时间。 |
state
|
线程状态。 |
wait_reason
|
等待原因。 |
变量
名称 | 说明 |
---|---|
id
|
资源 ID。 |
name
|
资源名称。 |
kind
|
资源类型。 |
type
|
资源类型。 |
identifier
|
站点扩展 ID。 |
href
|
HRef URI。 |
process
|
进程 URI。 |
start_address
|
起始地址。 |
current_priority
|
当前线程优先级。 |
priority_level
|
线程优先级。 |
base_priority
|
基本优先级。 |
start_time
|
开始时间。 |
total_processor_time
|
总处理器时间。 |
user_processor_time
|
用户处理器时间。 |
state
|
线程状态。 |
wait_reason
|
等待原因。 |