Udostępnij za pośrednictwem


WebAppsOperationsExtensions.ListProcessThreadsSlotAsync Metoda

Definicja

Wyświetl listę wątków w procesie według jego identyfikatora dla określonego skalowanego wystąpienia w poziomie w witrynie internetowej.

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))

Parametry

operations
IWebAppsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

name
String

Nazwa witryny.

processId
String

Identyfikator PID.

slot
String

Nazwa miejsca wdrożenia. Jeśli miejsce nie zostanie określone, interfejs API zwraca wdrożenia dla miejsca produkcyjnego.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis listy wątków w procesie według jego identyfikatora dla określonego wystąpienia skalowanego w poziomie w witrynie internetowej.

Dotyczy