共用方式為


ProcessInfo interface

處理資訊。

Extends

屬性

children

子進程清單。

commandLine

命令行。

deploymentName

部署名稱。

description

程式的描述。

environmentVariables

環境變數清單。

fileName

此程式的檔名。

handleCount

處理計數。

href

HRef URI。

identifier

部署的 ARM 識別碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

iisProfileTimeoutInSeconds

IIS 設定檔逾時(秒)。

isIisProfileRunning

IIS 設定檔是否正在執行?

isProfileRunning

配置檔是否正在執行?

isScmSite

這是 SCM 網站嗎?

isWebjob

這是 Web 作業嗎?

minidump

迷你傾印 URI。

moduleCount

模組計數。

modules

模組清單。

nonPagedSystemMemory

非分頁系統記憶體。

openFileHandles

開啟的檔案清單。

pagedMemory

分頁記憶體。

pagedSystemMemory

分頁系統記憶體。

parent

父進程。

peakPagedMemory

尖峰分頁記憶體。

peakVirtualMemory

尖峰虛擬記憶體使用量。

peakWorkingSet

尖峰工作集。

privateMemory

私人記憶體大小。

privilegedCpuTime

特殊許可權的CPU時間。

startTime

開始時間。

threadCount

線程計數。

threads

線程清單。

timeStamp

時間戳。

totalCpuTime

CPU 時間總計。

userCpuTime

使用者CPU時間。

userName

使用者名。

virtualMemory

虛擬記憶體大小。

workingSet

工作集。

繼承的屬性

id

資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。

kind

資源種類。

name

資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type

資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

children

子進程清單。

children?: string[]

屬性值

string[]

commandLine

命令行。

commandLine?: string

屬性值

string

deploymentName

部署名稱。

deploymentName?: string

屬性值

string

description

程式的描述。

description?: string

屬性值

string

environmentVariables

環境變數清單。

environmentVariables?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

fileName

此程式的檔名。

fileName?: string

屬性值

string

handleCount

處理計數。

handleCount?: number

屬性值

number

href

HRef URI。

href?: string

屬性值

string

identifier

部署的 ARM 識別碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

identifier?: number

屬性值

number

iisProfileTimeoutInSeconds

IIS 設定檔逾時(秒)。

iisProfileTimeoutInSeconds?: number

屬性值

number

isIisProfileRunning

IIS 設定檔是否正在執行?

isIisProfileRunning?: boolean

屬性值

boolean

isProfileRunning

配置檔是否正在執行?

isProfileRunning?: boolean

屬性值

boolean

isScmSite

這是 SCM 網站嗎?

isScmSite?: boolean

屬性值

boolean

isWebjob

這是 Web 作業嗎?

isWebjob?: boolean

屬性值

boolean

minidump

迷你傾印 URI。

minidump?: string

屬性值

string

moduleCount

模組計數。

moduleCount?: number

屬性值

number

modules

模組清單。

modules?: ProcessModuleInfo[]

屬性值

nonPagedSystemMemory

非分頁系統記憶體。

nonPagedSystemMemory?: number

屬性值

number

openFileHandles

開啟的檔案清單。

openFileHandles?: string[]

屬性值

string[]

pagedMemory

分頁記憶體。

pagedMemory?: number

屬性值

number

pagedSystemMemory

分頁系統記憶體。

pagedSystemMemory?: number

屬性值

number

parent

父進程。

parent?: string

屬性值

string

peakPagedMemory

尖峰分頁記憶體。

peakPagedMemory?: number

屬性值

number

peakVirtualMemory

尖峰虛擬記憶體使用量。

peakVirtualMemory?: number

屬性值

number

peakWorkingSet

尖峰工作集。

peakWorkingSet?: number

屬性值

number

privateMemory

私人記憶體大小。

privateMemory?: number

屬性值

number

privilegedCpuTime

特殊許可權的CPU時間。

privilegedCpuTime?: string

屬性值

string

startTime

開始時間。

startTime?: Date

屬性值

Date

threadCount

線程計數。

threadCount?: number

屬性值

number

threads

線程清單。

threads?: ProcessThreadInfo[]

屬性值

timeStamp

時間戳。

timeStamp?: Date

屬性值

Date

totalCpuTime

CPU 時間總計。

totalCpuTime?: string

屬性值

string

userCpuTime

使用者CPU時間。

userCpuTime?: string

屬性值

string

userName

使用者名。

userName?: string

屬性值

string

virtualMemory

虛擬記憶體大小。

virtualMemory?: number

屬性值

number

workingSet

工作集。

workingSet?: number

屬性值

number

繼承的屬性詳細資料

id

資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自ProxyOnlyResource.id

kind

資源種類。

kind?: string

屬性值

string

繼承自ProxyOnlyResource.kind

name

資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自ProxyOnlyResource.name

type

資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自ProxyOnlyResource.type