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

ProcessEntity interface

表示进程实体。

扩展

属性

accountEntityId

运行进程的帐户实体 ID。

additionalData

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

commandLine

用于创建进程的命令行

creationTimeUtc

进程开始运行的时间

elevationToken

与进程关联的提升令牌。

friendlyName

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

hostEntityId

运行进程的主机实体 ID

hostLogonSessionEntityId

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

imageFileEntityId

图像文件实体 ID

kind

实体的类型。

parentProcessEntityId

父进程实体 ID。

processId

进程 ID

继承属性

id

资源的完全限定资源 ID。 示例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

资源的名称

systemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

type

资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

属性详细信息

accountEntityId

运行进程的帐户实体 ID。

accountEntityId?: string

属性值

string

additionalData

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

additionalData?: Record<string, any>

属性值

Record<string, any>

commandLine

用于创建进程的命令行

commandLine?: string

属性值

string

creationTimeUtc

进程开始运行的时间

creationTimeUtc?: Date

属性值

Date

elevationToken

与进程关联的提升令牌。

elevationToken?: ElevationToken

属性值

friendlyName

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

friendlyName?: string

属性值

string

hostEntityId

运行进程的主机实体 ID

hostEntityId?: string

属性值

string

hostLogonSessionEntityId

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

hostLogonSessionEntityId?: string

属性值

string

imageFileEntityId

图像文件实体 ID

imageFileEntityId?: string

属性值

string

kind

实体的类型。

kind: "Process"

属性值

"Process"

parentProcessEntityId

父进程实体 ID。

parentProcessEntityId?: string

属性值

string

processId

进程 ID

processId?: string

属性值

string

继承属性详细信息

id

资源的完全限定资源 ID。 示例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

属性值

string

继承自 Entity.id

name

资源的名称

name?: string

属性值

string

继承自 Entity.name

systemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

systemData?: SystemData

属性值

继承自Entity.systemData

type

资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

type?: string

属性值

string

继承自Entity.type