| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessThreadInfoInner |
ProcessThreadInfoInner.withBasePriority(Integer basePriority)
Set the basePriority property: Base priority.
|
ProcessThreadInfoInner |
ProcessThreadInfoInner.withCurrentPriority(Integer currentPriority)
Set the currentPriority property: Current thread priority.
|
ProcessThreadInfoInner |
ProcessThreadInfoInner.withHref(String href)
Set the href property: HRef URI.
|
ProcessThreadInfoInner |
ProcessThreadInfoInner.withKind(String kind)
Set the kind property: Kind of resource.
|
ProcessThreadInfoInner |
ProcessThreadInfoInner.withPriorityLevel(String priorityLevel)
Set the priorityLevel property: Thread priority level.
|
ProcessThreadInfoInner |
ProcessThreadInfoInner.withProcess(String process)
Set the process property: Process URI.
|
ProcessThreadInfoInner |
ProcessThreadInfoInner.withStartAddress(String startAddress)
Set the startAddress property: Start address.
|
ProcessThreadInfoInner |
ProcessThreadInfoInner.withStartTime(OffsetDateTime startTime)
Set the startTime property: Start time.
|
ProcessThreadInfoInner |
ProcessThreadInfoInner.withState(String state)
Set the state property: Thread state.
|
ProcessThreadInfoInner |
ProcessThreadInfoInner.withTotalProcessorTime(String totalProcessorTime)
Set the totalProcessorTime property: Total processor time.
|
ProcessThreadInfoInner |
ProcessThreadInfoInner.withUserProcessorTime(String userProcessorTime)
Set the userProcessorTime property: User processor time.
|
ProcessThreadInfoInner |
ProcessThreadInfoInner.withWaitReason(String waitReason)
Set the waitReason property: Wait reason.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.