Udostępnij za pośrednictwem


WebAppsOperationsExtensions.ListProcessModulesAsync Metoda

Definicja

Wyświetl listę informacji o module procesu według identyfikatora określonego wystąpienia skalowanego w poziomie w witrynie sieci Web.

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

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.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis informacji o module listy dla procesu według jego identyfikatora dla określonego wystąpienia skalowanego w poziomie w witrynie sieci Web.

Dotyczy