SiteSlotProcessResource.GetSiteSlotProcessThreadsAsync Method

Definition

Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/processes/{processId}/threads
  • Operation Id: WebApps_ListProcessThreadsSlot
  • Default Api Version: 2023-12-01
  • Resource: SiteSlotProcessResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppProcessThreadInfo> GetSiteSlotProcessThreadsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSiteSlotProcessThreadsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppProcessThreadInfo>
override this.GetSiteSlotProcessThreadsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppProcessThreadInfo>
Public Overridable Function GetSiteSlotProcessThreadsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WebAppProcessThreadInfo)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of WebAppProcessThreadInfo that may take multiple service requests to iterate over.

Applies to