ProcessEntity interface
表示進程實體。
- Extends
屬性
| account |
執行進程的帳戶實體標識碼。 |
| additional |
應該屬於實體的自定義欄位包,並將呈現給使用者。 |
| command |
用來建立程式的命令行 |
| creation |
進程開始執行的時間 |
| elevation |
與進程相關聯的提高許可權令牌。 |
| friendly |
圖表項目顯示名稱,這是圖表項目實例的簡短人類可讀描述。 這個屬性是選擇性的,而且可能是系統產生的。 |
| host |
進程執行所在的主機實體標識碼 |
| host |
進程執行所在的會話實體標識碼 |
| image |
圖像檔實體識別碼 |
| kind | 實體的種類。 |
| parent |
父進程實體標識碼。 |
| process |
程序識別碼 |
繼承的屬性
| id | 資源的完整資源標識碼。 範例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | 資源的名稱 |
| system |
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 |
| type | 資源的型別。 例如:「Microsoft.Compute/virtualMachines」或「Microsoft.Storage/storageAccounts」 |
屬性詳細資料
accountEntityId
執行進程的帳戶實體標識碼。
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
進程執行所在的主機實體標識碼
hostEntityId?: string
屬性值
string
hostLogonSessionEntityId
進程執行所在的會話實體標識碼
hostLogonSessionEntityId?: string
屬性值
string
imageFileEntityId
圖像檔實體識別碼
imageFileEntityId?: string
屬性值
string
kind
實體的種類。
kind: "Process"
屬性值
"Process"
parentProcessEntityId
父進程實體標識碼。
parentProcessEntityId?: string
屬性值
string
processId
程序識別碼
processId?: string
屬性值
string
繼承的屬性詳細資料
id
systemData
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。
systemData?: SystemData
屬性值
type
資源的型別。 例如:「Microsoft.Compute/virtualMachines」或「Microsoft.Storage/storageAccounts」
type?: string
屬性值
string
繼承自Entity.type