Dela via


WebAppsOperationsExtensions.ListProcessThreadsSlotAsync Metod

Definition

Lista trådarna i en process efter dess ID för en specifik utskalad instans på en webbplats.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.ProcessThreadInfo>> ListProcessThreadsSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string processId, string slot, System.Threading.CancellationToken cancellationToken = default);
static member ListProcessThreadsSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.ProcessThreadInfo>>
<Extension()>
Public Function ListProcessThreadsSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, processId As String, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ProcessThreadInfo))

Parametrar

operations
IWebAppsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på resursgruppen som resursen tillhör.

name
String

Webbplatsnamn.

processId
String

PID.

slot
String

Namnet på distributionsfacket. Om inget fack anges returnerar API:et distributioner för produktionsplatsen.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

Beskrivning för List the threads in a process by its ID for a specific scaled-out instance in a web site (Lista trådarna i en process efter dess ID för en specifik utskalad instans på en webbplats).

Gäller för