ProcessThreadInfo Class

Process Thread Information.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2020_09_01.models._models_py3.ProxyOnlyResource
ProcessThreadInfo

Constructor

ProcessThreadInfo(*, kind: str | None = None, href: str | None = None, process: str | None = None, start_address: str | None = None, current_priority: int | None = None, priority_level: str | None = None, base_priority: int | None = None, start_time: datetime | None = None, total_processor_time: str | None = None, user_processor_time: str | None = None, state: str | None = None, wait_reason: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
kind
str

Kind of resource.

href
str

HRef URI.

process
str

Process URI.

start_address
str

Start address.

current_priority
int

Current thread priority.

priority_level
str

Thread priority level.

base_priority
int

Base priority.

start_time

Start time.

total_processor_time
str

Total processor time.

user_processor_time
str

User processor time.

state
str

Thread state.

wait_reason
str

Wait reason.

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

Resource type.

system_data

The system metadata relating to this resource.

identifier
int

Site extension ID.

href
str

HRef URI.

process
str

Process URI.

start_address
str

Start address.

current_priority
int

Current thread priority.

priority_level
str

Thread priority level.

base_priority
int

Base priority.

start_time

Start time.

total_processor_time
str

Total processor time.

user_processor_time
str

User processor time.

state
str

Thread state.

wait_reason
str

Wait reason.