次の方法で共有


ProcessThreadInfo クラス

スレッド情報を処理します。

変数はサーバーによってのみ設定され、要求の送信時には無視されます。

継承
azure.mgmt.web.v2021_01_15.models._models_py3.ProxyOnlyResource
ProcessThreadInfo

コンストラクター

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
str

リソースの種類。

href
str

HRef URI。

process
str

プロセス URI。

start_address
str

開始アドレス。

current_priority
int

現在のスレッドの優先度。

priority_level
str

スレッドの優先度レベル。

base_priority
int

基本優先度。

start_time

開始時刻。

total_processor_time
str

合計プロセッサ時間。

user_processor_time
str

ユーザー プロセッサ時間。

state
str

スレッドの状態。

wait_reason
str

待機理由。

変数

名前 説明
id
str

リソース ID。

name
str

リソース名。

kind
str

リソースの種類。

type
str

リソースの種類。

identifier
int

サイト拡張機能 ID。

href
str

HRef URI。

process
str

プロセス URI。

start_address
str

開始アドレス。

current_priority
int

現在のスレッドの優先度。

priority_level
str

スレッドの優先度レベル。

base_priority
int

基本優先度。

start_time

開始時刻。

total_processor_time
str

合計プロセッサ時間。

user_processor_time
str

ユーザー プロセッサ時間。

state
str

スレッドの状態。

wait_reason
str

待機理由。