ProcessDetails interface
Describes process metadata.
Properties
command |
Process command line. |
company |
Name of company that created the process executable. |
description | Process description. |
executable |
Process executable path. |
file |
File version. |
first |
The Operating System Process Identifier (PID) of the first process in this process pool. |
internal |
Internal process name. |
persistent |
A unique identifier for a process, generally resilient to process restart, computed by Service Map. |
pool |
Represents the identity of the process pool assigned to the process by Dependency Agent. |
product |
Product name. |
product |
Product version. |
services | Collection of services hosted by this Process (Windows only). |
working |
Process workingDirectory. |
zone |
Process zone name (Linux only). |
Property Details
commandLine
Process command line.
commandLine?: string
Property Value
string
companyName
Name of company that created the process executable.
companyName?: string
Property Value
string
description
Process description.
description?: string
Property Value
string
executablePath
Process executable path.
executablePath?: string
Property Value
string
fileVersion
File version.
fileVersion?: string
Property Value
string
firstPid
The Operating System Process Identifier (PID) of the first process in this process pool.
firstPid?: number
Property Value
number
internalName
Internal process name.
internalName?: string
Property Value
string
persistentKey
A unique identifier for a process, generally resilient to process restart, computed by Service Map.
persistentKey?: string
Property Value
string
poolId
Represents the identity of the process pool assigned to the process by Dependency Agent.
poolId?: number
Property Value
number
productName
Product name.
productName?: string
Property Value
string
productVersion
Product version.
productVersion?: string
Property Value
string
services
Collection of services hosted by this Process (Windows only).
services?: ProcessHostedService[]
Property Value
workingDirectory
Process workingDirectory.
workingDirectory?: string
Property Value
string
zoneName
Process zone name (Linux only).
zoneName?: string
Property Value
string
Azure SDK for JavaScript