WebAppsOperationsExtensions.ListProcessThreadsSlotAsync Method

Definition

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

C#
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ProcessThreadInfo>> ListProcessThreadsSlotAsync(this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string processId, string slot, System.Threading.CancellationToken cancellationToken = default);

Parameters

operations
IWebAppsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

name
String

Site name.

processId
String

PID.

slot
String

Name of the deployment slot. If a slot is not specified, the API returns deployments for the production slot.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

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

Applies to

ผลิตภัณฑ์ เวอร์ชัน
Azure SDK for .NET Legacy