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

ProcessThreadInfo Class

Process Thread Information.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2019_08_01.models._models_py3.ProxyOnlyResource
ProcessThreadInfo

Constructor

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)

Keyword-Only Parameters

Name Description
kind
str

Kind of resource.

href
str

HRef URI.

process
str

Process URI.

start_address
str

Start address.

current_priority
int

Current thread priority.

priority_level
str

Thread priority level.

base_priority
int

Base priority.

start_time

Start time.

total_processor_time
str

Total processor time.

user_processor_time
str

User processor time.

state
str

Thread state.

wait_reason
str

Wait reason.

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

Resource type.

identifier
int

Site extension ID.

href
str

HRef URI.

process
str

Process URI.

start_address
str

Start address.

current_priority
int

Current thread priority.

priority_level
str

Thread priority level.

base_priority
int

Base priority.

start_time

Start time.

total_processor_time
str

Total processor time.

user_processor_time
str

User processor time.

state
str

Thread state.

wait_reason
str

Wait reason.