ProcessEntity interface
表示进程实体。
- 扩展
属性
| account |
运行进程的帐户实体 ID。 |
| additional |
应属于实体的自定义字段的包,并将呈现给用户。 |
| command |
用于创建进程的命令行 |
| creation |
进程开始运行的时间 |
| elevation |
与进程关联的提升令牌。 |
| friendly |
图形项显示名称,它是图形项实例的简短可读说明。 此属性是可选的,可能是系统生成的。 |
| host |
运行进程的主机实体 ID |
| host |
在其中运行进程的会话实体 ID |
| image |
图像文件实体 ID |
| kind | 实体的类型。 |
| parent |
父进程实体 ID。 |
| process |
进程 ID |
继承属性
| id | 资源的完全限定资源 ID。 示例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | 资源的名称 |
| system |
包含 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
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
systemData
包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。
systemData?: SystemData
属性值
type
资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”
type?: string
属性值
string
继承自Entity.type