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

ProcessInfo interface

处理信息。

Extends

属性

children

子进程列表。

commandLine

命令行。

deploymentName

部署名称。

description

过程说明。

environmentVariables

环境变量列表。

fileName

此过程的文件名。

handleCount

句柄计数。

href

HRef URI。

identifier

部署的 ARM 标识符。 注意:此属性不会序列化。 它只能由服务器填充。

iisProfileTimeoutInSeconds

IIS 配置文件超时 (秒) 。

isIisProfileRunning

IIS 配置文件是否正在运行?

isProfileRunning

配置文件是否正在运行?

isScmSite

这是 SCM 站点吗?

isWebjob

这是 Web 作业吗?

minidump

小型转储 URI。

moduleCount

模块计数。

modules

模块列表。

nonPagedSystemMemory

非分页系统内存。

openFileHandles

打开的文件列表。

pagedMemory

分页内存。

pagedSystemMemory

分页系统内存。

parent

父进程。

peakPagedMemory

分页内存峰值。

peakVirtualMemory

虚拟内存使用量峰值。

peakWorkingSet

峰值工作集。

privateMemory

专用内存大小。

privilegedCpuTime

特权 CPU 时间。

startTime

开始时间。

threadCount

线程计数。

threads

线程列表。

timeStamp

时间戳。

totalCpuTime

总 CPU 时间。

userCpuTime

用户 CPU 时间。

userName

用户名。

virtualMemory

虚拟内存大小。

workingSet

工作集。

继承属性

id

资源 ID。注意:此属性不会序列化。 它只能由服务器填充。

kind

资源类型。

name

资源名称。 注意:此属性不会序列化。 它只能由服务器填充。

type

资源类型。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

children

子进程列表。

children?: string[]

属性值

string[]

commandLine

命令行。

commandLine?: string

属性值

string

deploymentName

部署名称。

deploymentName?: string

属性值

string

description

过程说明。

description?: string

属性值

string

environmentVariables

环境变量列表。

environmentVariables?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}

fileName

此过程的文件名。

fileName?: string

属性值

string

handleCount

句柄计数。

handleCount?: number

属性值

number

href

HRef URI。

href?: string

属性值

string

identifier

部署的 ARM 标识符。 注意:此属性不会序列化。 它只能由服务器填充。

identifier?: number

属性值

number

iisProfileTimeoutInSeconds

IIS 配置文件超时 (秒) 。

iisProfileTimeoutInSeconds?: number

属性值

number

isIisProfileRunning

IIS 配置文件是否正在运行?

isIisProfileRunning?: boolean

属性值

boolean

isProfileRunning

配置文件是否正在运行?

isProfileRunning?: boolean

属性值

boolean

isScmSite

这是 SCM 站点吗?

isScmSite?: boolean

属性值

boolean

isWebjob

这是 Web 作业吗?

isWebjob?: boolean

属性值

boolean

minidump

小型转储 URI。

minidump?: string

属性值

string

moduleCount

模块计数。

moduleCount?: number

属性值

number

modules

模块列表。

modules?: ProcessModuleInfo[]

属性值

nonPagedSystemMemory

非分页系统内存。

nonPagedSystemMemory?: number

属性值

number

openFileHandles

打开的文件列表。

openFileHandles?: string[]

属性值

string[]

pagedMemory

分页内存。

pagedMemory?: number

属性值

number

pagedSystemMemory

分页系统内存。

pagedSystemMemory?: number

属性值

number

parent

父进程。

parent?: string

属性值

string

peakPagedMemory

分页内存峰值。

peakPagedMemory?: number

属性值

number

peakVirtualMemory

虚拟内存使用量峰值。

peakVirtualMemory?: number

属性值

number

peakWorkingSet

峰值工作集。

peakWorkingSet?: number

属性值

number

privateMemory

专用内存大小。

privateMemory?: number

属性值

number

privilegedCpuTime

特权 CPU 时间。

privilegedCpuTime?: string

属性值

string

startTime

开始时间。

startTime?: Date

属性值

Date

threadCount

线程计数。

threadCount?: number

属性值

number

threads

线程列表。

threads?: ProcessThreadInfo[]

属性值

timeStamp

时间戳。

timeStamp?: Date

属性值

Date

totalCpuTime

总 CPU 时间。

totalCpuTime?: string

属性值

string

userCpuTime

用户 CPU 时间。

userCpuTime?: string

属性值

string

userName

用户名。

userName?: string

属性值

string

virtualMemory

虚拟内存大小。

virtualMemory?: number

属性值

number

workingSet

工作集。

workingSet?: number

属性值

number

继承属性详细信息

id

资源 ID。注意:此属性不会序列化。 它只能由服务器填充。

id?: string

属性值

string

继承自ProxyOnlyResource.id

kind

资源类型。

kind?: string

属性值

string

继承自ProxyOnlyResource.kind

name

资源名称。 注意:此属性不会序列化。 它只能由服务器填充。

name?: string

属性值

string

继承自ProxyOnlyResource.name

type

资源类型。 注意:此属性不会序列化。 它只能由服务器填充。

type?: string

属性值

string

继承自ProxyOnlyResource.type