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.ProxyOnlyResourceProcessThreadInfo
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
|
Kind of resource. |
href
|
HRef URI. |
process
|
Process URI. |
start_address
|
Start address. |
current_priority
|
Current thread priority. |
priority_level
|
Thread priority level. |
base_priority
|
Base priority. |
start_time
|
Start time. |
total_processor_time
|
Total processor time. |
user_processor_time
|
User processor time. |
state
|
Thread state. |
wait_reason
|
Wait reason. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
identifier
|
Site extension ID. |
href
|
HRef URI. |
process
|
Process URI. |
start_address
|
Start address. |
current_priority
|
Current thread priority. |
priority_level
|
Thread priority level. |
base_priority
|
Base priority. |
start_time
|
Start time. |
total_processor_time
|
Total processor time. |
user_processor_time
|
User processor time. |
state
|
Thread state. |
wait_reason
|
Wait reason. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python