共用方式為


ProcessInfo 類別

處理資訊。

變數只會由伺服器填入,而且會在傳送要求時予以忽略。

繼承
azure.mgmt.web.v2022_09_01.models._models_py3.ProxyOnlyResource
ProcessInfo

建構函式

ProcessInfo(*, kind: str | None = None, deployment_name: str | None = None, href: str | None = None, minidump: str | None = None, is_profile_running: bool | None = None, is_iis_profile_running: bool | None = None, iis_profile_timeout_in_seconds: float | None = None, parent: str | None = None, children: List[str] | None = None, threads: List[_models.ProcessThreadInfo] | None = None, open_file_handles: List[str] | None = None, modules: List[_models.ProcessModuleInfo] | None = None, file_name: str | None = None, command_line: str | None = None, user_name: str | None = None, handle_count: int | None = None, module_count: int | None = None, thread_count: int | None = None, start_time: datetime | None = None, total_cpu_time: str | None = None, user_cpu_time: str | None = None, privileged_cpu_time: str | None = None, working_set: int | None = None, peak_working_set: int | None = None, private_memory: int | None = None, virtual_memory: int | None = None, peak_virtual_memory: int | None = None, paged_system_memory: int | None = None, non_paged_system_memory: int | None = None, paged_memory: int | None = None, peak_paged_memory: int | None = None, time_stamp: datetime | None = None, environment_variables: Dict[str, str] | None = None, is_scm_site: bool | None = None, is_webjob: bool | None = None, description: str | None = None, **kwargs: Any)

僅限關鍵字的參數

名稱 Description
kind
str

資源種類。

deployment_name
str

部署名稱。

href
str

HRef URI。

minidump
str

迷你傾印 URI。

is_profile_running

設定檔是否正在執行?。

is_iis_profile_running

IIS 設定檔是否正在執行?。

iis_profile_timeout_in_seconds

IIS 設定檔逾時 (秒) 。

parent
str

父進程。

children

子進程清單。

threads

執行緒清單。

open_file_handles

開啟的檔案清單。

modules

模組清單。

file_name
str

此程式的檔案名。

command_line
str

命令列。

user_name
str

使用者名稱。

handle_count
int

控制碼計數。

module_count
int

模組計數。

thread_count
int

執行緒計數。

start_time

開始時間。

total_cpu_time
str

CPU 總時間。

user_cpu_time
str

使用者 CPU 時間。

privileged_cpu_time
str

特殊許可權的 CPU 時間。

working_set
int

工作集。

peak_working_set
int

尖峰工作集。

private_memory
int

私人記憶體大小。

virtual_memory
int

虛擬記憶體大小。

peak_virtual_memory
int

尖峰虛擬記憶體使用量。

paged_system_memory
int

分頁系統記憶體。

non_paged_system_memory
int

非分頁系統記憶體。

paged_memory
int

分頁記憶體。

peak_paged_memory
int

尖峰分頁記憶體。

time_stamp

時間戳記。

environment_variables

環境變數清單。

is_scm_site

這是 SCM 網站嗎?。

is_webjob

這是 Web 作業嗎?。

description
str

程式的描述。

變數

名稱 Description
id
str

資源識別碼。

name
str

資源名稱。

kind
str

資源種類。

type
str

資源類型。

identifier
int

用於部署的 ARM 識別碼。

deployment_name
str

部署名稱。

href
str

HRef URI。

minidump
str

迷你傾印 URI。

is_profile_running

設定檔是否正在執行?。

is_iis_profile_running

IIS 設定檔是否正在執行?。

iis_profile_timeout_in_seconds

IIS 設定檔逾時 (秒) 。

parent
str

父進程。

children

子進程清單。

threads

執行緒清單。

open_file_handles

開啟的檔案清單。

modules

模組清單。

file_name
str

此程式的檔案名。

command_line
str

命令列。

user_name
str

使用者名稱。

handle_count
int

控制碼計數。

module_count
int

模組計數。

thread_count
int

執行緒計數。

start_time

開始時間。

total_cpu_time
str

CPU 總時間。

user_cpu_time
str

使用者 CPU 時間。

privileged_cpu_time
str

特殊許可權的 CPU 時間。

working_set
int

工作集。

peak_working_set
int

尖峰工作集。

private_memory
int

私人記憶體大小。

virtual_memory
int

虛擬記憶體大小。

peak_virtual_memory
int

尖峰虛擬記憶體使用量。

paged_system_memory
int

分頁系統記憶體。

non_paged_system_memory
int

非分頁系統記憶體。

paged_memory
int

分頁記憶體。

peak_paged_memory
int

尖峰分頁記憶體。

time_stamp

時間戳記。

environment_variables

環境變數清單。

is_scm_site

這是 SCM 網站嗎?。

is_webjob

這是 Web 作業嗎?。

description
str

程式的描述。