ProcessInfoProperties Class

ProcessInfo resource specific properties.

Constructor

ProcessInfoProperties(*args: Any, **kwargs: Any)

Variables

Name Description
identifier
int

ARM Identifier for deployment.

deployment_name
str

Deployment name.

href
str

HRef URI.

minidump
str

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
str

Parent process.

children

Child process list.

threads

Thread list.

open_file_handles

List of open files.

modules

List of modules.

file_name
str

File name of this process.

command_line
str

Command line.

user_name
str

User name.

handle_count
int

Handle count.

module_count
int

Module count.

thread_count
int

Thread count.

start_time

Start time.

total_cpu_time
str

Total CPU time.

user_cpu_time
str

User CPU time.

privileged_cpu_time
str

Privileged CPU time.

working_set
int

Working set.

peak_working_set
int

Peak working set.

private_memory
int

Private memory size.

virtual_memory
int

Virtual memory size.

peak_virtual_memory
int

Peak virtual memory usage.

paged_system_memory
int

Paged system memory.

non_paged_system_memory
int

Non-paged system memory.

paged_memory
int

Paged memory.

peak_paged_memory
int

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
str

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