你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProcessInfo 类

处理信息。

变量仅由服务器填充,在发送请求时将被忽略。

继承
azure.mgmt.web.v2021_03_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)

仅限关键字的参数

名称 说明
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

过程说明。

变量

名称 说明
id
str

资源 ID。

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

过程说明。