Dela via


WebAppsOperationsExtensions.ListProcessModulesAsync Metod

Definition

Lista modulinformation för 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.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))

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.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

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

Gäller för