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

ProcessInfo 类

定义

处理信息。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ProcessInfo : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ProcessInfo = class
    inherit ProxyOnlyResource
Public Class ProcessInfo
Inherits ProxyOnlyResource
继承
属性

构造函数

ProcessInfo()

初始化 ProcessInfo 类的新实例。

ProcessInfo(String, String, String, String, Nullable<Int32>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Double>, String, IList<String>, IList<ProcessThreadInfo>, IList<String>, IList<ProcessModuleInfo>, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<DateTime>, IDictionary<String, String>, Nullable<Boolean>, Nullable<Boolean>, String)

初始化 ProcessInfo 类的新实例。

属性

Children

获取或设置子进程列表。

CommandLine

获取或设置命令行。

DeploymentName

获取或设置部署名称。

Description

获取或设置进程说明。

EnvironmentVariables

获取或设置环境变量的列表。

FileName

获取或设置此进程的文件名。

HandleCount

获取或设置句柄计数。

Href

获取或设置 hRef URI。

Id

获取资源 ID。

(继承自 ProxyOnlyResource)
Identifier

获取部署的 ARM 标识符。

IisProfileTimeoutInSeconds

获取或设置 IIS 配置文件超时 (秒) 。

IsIisProfileRunning

获取或设置 IIS 配置文件是否正在运行?

IsProfileRunning

获取或设置配置文件是否正在运行?

IsScmSite

获取或设置此是否为 SCM 站点?

IsWebjob

获取或设置这是 Web 作业吗?

Kind

获取或设置资源类型。

(继承自 ProxyOnlyResource)
Minidump

获取或设置小型转储 URI。

ModuleCount

获取或设置模块计数。

Modules

获取或设置模块列表。

Name

获取资源名称。

(继承自 ProxyOnlyResource)
NonPagedSystemMemory

获取或设置非分页系统内存。

OpenFileHandles

获取或设置打开的文件的列表。

PagedMemory

获取或设置分页内存。

PagedSystemMemory

获取或设置分页的系统内存。

Parent

获取或设置父进程。

PeakPagedMemory

获取或设置峰值分页内存。

PeakVirtualMemory

获取或设置虚拟内存使用量峰值。

PeakWorkingSet

获取或设置峰值工作集。

PrivateMemory

获取或设置专用内存大小。

PrivilegedCpuTime

获取或设置特权 CPU 时间。

StartTime

获取或设置开始时间。

ThreadCount

获取或设置线程计数。

Threads

获取或设置线程列表。

TimeStamp

获取或设置时间戳。

TotalCpuTime

获取或设置总 CPU 时间。

Type

获取资源类型。

(继承自 ProxyOnlyResource)
UserCpuTime

获取或设置用户 CPU 时间。

UserName

获取或设置用户名。

VirtualMemory

获取或设置虚拟内存大小。

WorkingSet

获取或设置工作集。

适用于