ProcessThreadInfo Class
Process Thread Information.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2022_09_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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python