通过


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

Process type

进程资源表示在计算机上运行的进程。 进程可能主动 监视,即依赖项代理在其计算机上运行,或 发现,即通过观察受监视计算机的数据流来推断其存在。 进程资源表示共享命令行和元数据的实际作系统资源的池。 随着进程池随时间的演变,进程资源的早期版本会保留并可供访问。 如果进程在该间隔的(部分)期间执行,则进程在时间间隔内处于实时状态

type Process = CoreResource & {
  acceptorOf?: ResourceReferenceUnion
  clientOf?: ResourceReferenceUnion
  details?: ProcessDetails
  displayName?: string
  executableName?: string
  group?: string
  hosting?: ProcessHostingConfigurationUnion
  machine?: ResourceReferenceUnion
  monitoringState?: MonitoringState
  role?: ProcessRole
  startTime?: Date
  timestamp?: Date
  user?: ProcessUser
}