Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ProcessThreadInfoInner
Packages that use ProcessThreadInfoInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
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.Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type ProcessThreadInfoInner