ProcessInfoProperties Class
ProcessInfo resource specific properties.
Constructor
ProcessInfoProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
identifier
|
ARM Identifier for deployment. |
|
deployment_name
|
Deployment name. |
|
href
|
HRef URI. |
|
minidump
|
Minidump URI. |
|
is_profile_running
|
Is profile running?. |
|
is_iis_profile_running
|
Is the IIS Profile running?. |
|
iis_profile_timeout_in_seconds
|
IIS Profile timeout (seconds). |
|
parent
|
Parent process. |
|
children
|
Child process list. |
|
threads
|
Thread list. |
|
open_file_handles
|
List of open files. |
|
modules
|
List of modules. |
|
file_name
|
File name of this process. |
|
command_line
|
Command line. |
|
user_name
|
User name. |
|
handle_count
|
Handle count. |
|
module_count
|
Module count. |
|
thread_count
|
Thread count. |
|
start_time
|
Start time. |
|
total_cpu_time
|
Total CPU time. |
|
user_cpu_time
|
User CPU time. |
|
privileged_cpu_time
|
Privileged CPU time. |
|
working_set
|
Working set. |
|
peak_working_set
|
Peak working set. |
|
private_memory
|
Private memory size. |
|
virtual_memory
|
Virtual memory size. |
|
peak_virtual_memory
|
Peak virtual memory usage. |
|
paged_system_memory
|
Paged system memory. |
|
non_paged_system_memory
|
Non-paged system memory. |
|
paged_memory
|
Paged memory. |
|
peak_paged_memory
|
Peak paged memory. |
|
time_stamp
|
Time stamp. |
|
environment_variables
|
List of environment variables. |
|
is_scm_site
|
Is this the SCM site?. |
|
is_webjob
|
Is this a Web Job?. |
|
description
|
Description of process. |
Attributes
children
Child process list.
children: list[str] | None
command_line
Command line.
command_line: str | None
deployment_name
Deployment name.
deployment_name: str | None
description
Description of process.
description: str | None
environment_variables
List of environment variables.
environment_variables: dict[str, str] | None
file_name
File name of this process.
file_name: str | None
handle_count
Handle count.
handle_count: int | None
href
HRef URI.
href: str | None
identifier
ARM Identifier for deployment.
identifier: int | None
iis_profile_timeout_in_seconds
IIS Profile timeout (seconds).
iis_profile_timeout_in_seconds: float | None
is_iis_profile_running
Is the IIS Profile running?.
is_iis_profile_running: bool | None
is_profile_running
Is profile running?.
is_profile_running: bool | None
is_scm_site
Is this the SCM site?.
is_scm_site: bool | None
is_webjob
Is this a Web Job?.
is_webjob: bool | None
minidump
Minidump URI.
minidump: str | None
module_count
Module count.
module_count: int | None
modules
List of modules.
modules: list['_models.ProcessModuleInfo'] | None
non_paged_system_memory
Non-paged system memory.
non_paged_system_memory: int | None
open_file_handles
List of open files.
open_file_handles: list[str] | None
paged_memory
Paged memory.
paged_memory: int | None
paged_system_memory
Paged system memory.
paged_system_memory: int | None
parent
Parent process.
parent: str | None
peak_paged_memory
Peak paged memory.
peak_paged_memory: int | None
peak_virtual_memory
Peak virtual memory usage.
peak_virtual_memory: int | None
peak_working_set
Peak working set.
peak_working_set: int | None
private_memory
Private memory size.
private_memory: int | None
privileged_cpu_time
Privileged CPU time.
privileged_cpu_time: str | None
start_time
Start time.
start_time: datetime | None
thread_count
Thread count.
thread_count: int | None
threads
Thread list.
threads: list['_models.ProcessThreadInfo'] | None
time_stamp
Time stamp.
time_stamp: datetime | None
total_cpu_time
Total CPU time.
total_cpu_time: str | None
user_cpu_time
User CPU time.
user_cpu_time: str | None
user_name
User name.
user_name: str | None
virtual_memory
Virtual memory size.
virtual_memory: int | None
working_set
Working set.
working_set: int | None