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)
僅限關鍵字的參數
名稱 | Description |
---|---|
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
|
等候原因。 |
變數
名稱 | Description |
---|---|
id
|
資源識別碼。 |
name
|
資源名稱。 |
kind
|
資源種類。 |
type
|
資源類型。 |
identifier
|
網站延伸模組識別碼。 |
href
|
HRef URI。 |
process
|
進程 URI。 |
start_address
|
起始位址: |
current_priority
|
目前的執行緒優先順序。 |
priority_level
|
執行緒優先順序層級。 |
base_priority
|
基底優先順序。 |
start_time
|
開始時間。 |
total_processor_time
|
處理器總時間。 |
user_processor_time
|
使用者處理器時間。 |
state
|
執行緒狀態。 |
wait_reason
|
等候原因。 |