Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ProcessThreadInfoInner
Packages that use ProcessThreadInfoInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ProcessThreadInfoInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type ProcessThreadInfoInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> WebAppsClient.listInstanceProcessThreads(String resourceGroupName, String name, String processId, String instanceId) List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> WebAppsClient.listInstanceProcessThreads(String resourceGroupName, String name, String processId, String instanceId, com.azure.core.util.Context context) List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedFlux<ProcessThreadInfoInner> WebAppsClient.listInstanceProcessThreadsAsync(String resourceGroupName, String name, String processId, String instanceId) List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> WebAppsClient.listInstanceProcessThreadsSlot(String resourceGroupName, String name, String processId, String slot, String instanceId) List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> WebAppsClient.listInstanceProcessThreadsSlot(String resourceGroupName, String name, String processId, String slot, String instanceId, com.azure.core.util.Context context) List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedFlux<ProcessThreadInfoInner> WebAppsClient.listInstanceProcessThreadsSlotAsync(String resourceGroupName, String name, String processId, String slot, String instanceId) List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> WebAppsClient.listProcessThreads(String resourceGroupName, String name, String processId) List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> WebAppsClient.listProcessThreads(String resourceGroupName, String name, String processId, com.azure.core.util.Context context) List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedFlux<ProcessThreadInfoInner> WebAppsClient.listProcessThreadsAsync(String resourceGroupName, String name, String processId) List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> WebAppsClient.listProcessThreadsSlot(String resourceGroupName, String name, String processId, String slot) List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> WebAppsClient.listProcessThreadsSlot(String resourceGroupName, String name, String processId, String slot, com.azure.core.util.Context context) List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedFlux<ProcessThreadInfoInner> WebAppsClient.listProcessThreadsSlotAsync(String resourceGroupName, String name, String processId, String slot) List the threads in a process by its ID for a specific scaled-out instance in a web site. -
Uses of ProcessThreadInfoInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ProcessThreadInfoInnerModifier and TypeMethodDescriptionstatic ProcessThreadInfoInnerProcessThreadInfoInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProcessThreadInfoInner from the JsonReader.ProcessThreadInfoInner.withBasePriority(Integer basePriority) Set the basePriority property: Base priority.ProcessThreadInfoInner.withCurrentPriority(Integer currentPriority) Set the currentPriority property: Current thread priority.Set the href property: HRef URI.Set the kind property: Kind of resource.ProcessThreadInfoInner.withPriorityLevel(String priorityLevel) Set the priorityLevel property: Thread priority level.ProcessThreadInfoInner.withProcess(String process) Set the process property: Process URI.ProcessThreadInfoInner.withStartAddress(String startAddress) Set the startAddress property: Start address.ProcessThreadInfoInner.withStartTime(OffsetDateTime startTime) Set the startTime property: Start time.Set the state property: Thread state.ProcessThreadInfoInner.withTotalProcessorTime(String totalProcessorTime) Set the totalProcessorTime property: Total processor time.ProcessThreadInfoInner.withUserProcessorTime(String userProcessorTime) Set the userProcessorTime property: User processor time.ProcessThreadInfoInner.withWaitReason(String waitReason) Set the waitReason property: Wait reason.Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type ProcessThreadInfoInnerModifier and TypeMethodDescriptionProcessInfoInner.threads()Get the threads property: Thread list.ProcessInfoProperties.threads()Get the threads property: Thread list.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type ProcessThreadInfoInnerModifier and TypeMethodDescriptionProcessInfoInner.withThreads(List<ProcessThreadInfoInner> threads) Set the threads property: Thread list.ProcessInfoProperties.withThreads(List<ProcessThreadInfoInner> threads) Set the threads property: Thread list. -
Uses of ProcessThreadInfoInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type ProcessThreadInfoInnerModifier and TypeMethodDescriptionProcessThreadInfoCollection.value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type ProcessThreadInfoInnerModifier and TypeMethodDescriptionProcessThreadInfoCollection.withValue(List<ProcessThreadInfoInner> value) Set the value property: Collection of resources.