Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ProcessThreadInfoProperties
Packages that use ProcessThreadInfoProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of ProcessThreadInfoProperties in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type ProcessThreadInfoPropertiesModifier and TypeClassDescriptionfinal classProcessThreadInfo resource specific properties.Methods in com.azure.resourcemanager.appservice.fluent.models that return ProcessThreadInfoPropertiesModifier and TypeMethodDescriptionstatic ProcessThreadInfoPropertiesProcessThreadInfoProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProcessThreadInfoProperties from the JsonReader.ProcessThreadInfoProperties.withBasePriority(Integer basePriority) Set the basePriority property: Base priority.ProcessThreadInfoProperties.withCurrentPriority(Integer currentPriority) Set the currentPriority property: Current thread priority.Set the href property: HRef URI.ProcessThreadInfoProperties.withPriorityLevel(String priorityLevel) Set the priorityLevel property: Thread priority level.ProcessThreadInfoProperties.withProcess(String process) Set the process property: Process URI.ProcessThreadInfoProperties.withStartAddress(String startAddress) Set the startAddress property: Start address.ProcessThreadInfoProperties.withStartTime(OffsetDateTime startTime) Set the startTime property: Start time.Set the state property: Thread state.ProcessThreadInfoProperties.withTotalProcessorTime(String totalProcessorTime) Set the totalProcessorTime property: Total processor time.ProcessThreadInfoProperties.withUserProcessorTime(String userProcessorTime) Set the userProcessorTime property: User processor time.ProcessThreadInfoProperties.withWaitReason(String waitReason) Set the waitReason property: Wait reason.