通过


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

ProcessDetails interface

描述进程元数据。

属性

commandLine

处理命令行。

companyName

创建进程可执行文件的公司的名称。

description

流程说明。

executablePath

处理可执行路径。

fileVersion

文件版本。

firstPid

此进程池中第一个进程的作系统进程标识符(PID)。

internalName

内部进程名称。

persistentKey

进程的唯一标识符,通常可复原到进程重启,由服务映射计算。

poolId

表示由 Dependency Agent 分配给进程的进程池的标识。

productName

产品名称。

productVersion

产品版本。

services

此进程托管的服务集合(仅限 Windows)。

workingDirectory

处理 workingDirectory。

zoneName

仅处理区域名称(仅限 Linux)。

属性详细信息

commandLine

处理命令行。

commandLine?: string

属性值

string

companyName

创建进程可执行文件的公司的名称。

companyName?: string

属性值

string

description

流程说明。

description?: string

属性值

string

executablePath

处理可执行路径。

executablePath?: string

属性值

string

fileVersion

文件版本。

fileVersion?: string

属性值

string

firstPid

此进程池中第一个进程的作系统进程标识符(PID)。

firstPid?: number

属性值

number

internalName

内部进程名称。

internalName?: string

属性值

string

persistentKey

进程的唯一标识符,通常可复原到进程重启,由服务映射计算。

persistentKey?: string

属性值

string

poolId

表示由 Dependency Agent 分配给进程的进程池的标识。

poolId?: number

属性值

number

productName

产品名称。

productName?: string

属性值

string

productVersion

产品版本。

productVersion?: string

属性值

string

services

此进程托管的服务集合(仅限 Windows)。

services?: ProcessHostedService[]

属性值

workingDirectory

处理 workingDirectory。

workingDirectory?: string

属性值

string

zoneName

仅处理区域名称(仅限 Linux)。

zoneName?: string

属性值

string