ProcessThreadInfoInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. ProcessThreadInfoInner
- com.
- com.
public final class ProcessThreadInfoInner
extends ProxyOnlyResource
Process Thread Information.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
basePriority()
Get the base |
| Integer |
currentPriority()
Get the current |
|
static
Process |
fromJson(JsonReader jsonReader)
Reads an instance of Process |
| String |
href()
Get the href property: HRef URI. |
| String |
id()
Get the id property: Resource Id. |
| Integer |
identifier()
Get the identifier property: Site extension ID. |
| String |
name()
Get the name property: Resource Name. |
| String |
priorityLevel()
Get the priority |
| String |
process()
Get the process property: Process URI. |
| String |
startAddress()
Get the start |
|
Offset |
startTime()
Get the start |
| String |
state()
Get the state property: Thread state. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
totalProcessorTime()
Get the total |
| String |
type()
Get the type property: Resource type. |
| String |
userProcessorTime()
Get the user |
| void |
validate()
Validates the instance. |
| String |
waitReason()
Get the wait |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Method Details
basePriority
public Integer basePriority()
Get the basePriority property: Base priority.
Returns:
currentPriority
public Integer currentPriority()
Get the currentPriority property: Current thread priority.
Returns:
fromJson
public static ProcessThreadInfoInner fromJson(JsonReader jsonReader)
Reads an instance of ProcessThreadInfoInner from the JsonReader.
Parameters:
Returns:
Throws:
href
public String href()
Get the href property: HRef URI.
Returns:
id
public String id()
Get the id property: Resource Id.
Overrides:
ProcessThreadInfoInner.id()Returns:
identifier
public Integer identifier()
Get the identifier property: Site extension ID.
Returns:
name
public String name()
Get the name property: Resource Name.
Overrides:
ProcessThreadInfoInner.name()Returns:
priorityLevel
public String priorityLevel()
Get the priorityLevel property: Thread priority level.
Returns:
process
public String process()
Get the process property: Process URI.
Returns:
startAddress
public String startAddress()
Get the startAddress property: Start address.
Returns:
startTime
public OffsetDateTime startTime()
Get the startTime property: Start time.
Returns:
state
public String state()
Get the state property: Thread state.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ProcessThreadInfoInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
totalProcessorTime
public String totalProcessorTime()
Get the totalProcessorTime property: Total processor time.
Returns:
type
public String type()
Get the type property: Resource type.
Overrides:
ProcessThreadInfoInner.type()Returns:
userProcessorTime
public String userProcessorTime()
Get the userProcessorTime property: User processor time.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
ProcessThreadInfoInner.validate()waitReason
public String waitReason()
Get the waitReason property: Wait reason.
Returns: