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

ProcessEntityProperties interface

处理实体属性包。

扩展

属性

accountEntityId

运行进程的帐户实体 ID。

commandLine

用于创建进程的命令行

creationTimeUtc

进程开始运行的时间

elevationToken

与进程关联的提升令牌。

hostEntityId

运行进程的主机实体 ID

hostLogonSessionEntityId

在其中运行进程的会话实体 ID

imageFileEntityId

图像文件实体 ID

parentProcessEntityId

父进程实体 ID。

processId

进程 ID

继承属性

additionalData

应属于实体的自定义字段的包,并将呈现给用户。

friendlyName

图形项显示名称,它是图形项实例的简短可读说明。 此属性是可选的,可能是系统生成的。

属性详细信息

accountEntityId

运行进程的帐户实体 ID。

accountEntityId?: string

属性值

string

commandLine

用于创建进程的命令行

commandLine?: string

属性值

string

creationTimeUtc

进程开始运行的时间

creationTimeUtc?: Date

属性值

Date

elevationToken

与进程关联的提升令牌。

elevationToken?: ElevationToken

属性值

hostEntityId

运行进程的主机实体 ID

hostEntityId?: string

属性值

string

hostLogonSessionEntityId

在其中运行进程的会话实体 ID

hostLogonSessionEntityId?: string

属性值

string

imageFileEntityId

图像文件实体 ID

imageFileEntityId?: string

属性值

string

parentProcessEntityId

父进程实体 ID。

parentProcessEntityId?: string

属性值

string

processId

进程 ID

processId?: string

属性值

string

继承属性详细信息

additionalData

应属于实体的自定义字段的包,并将呈现给用户。

additionalData?: Record<string, any>

属性值

Record<string, any>

继承自EntityCommonProperties.additionalData

friendlyName

图形项显示名称,它是图形项实例的简短可读说明。 此属性是可选的,可能是系统生成的。

friendlyName?: string

属性值

string

继承自EntityCommonProperties.friendlyName