Dela via


WebAppsOperationsExtensions.ListProcessModulesNextAsync 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>> ListProcessModulesNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListProcessModulesNextAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.ProcessModuleInfoInner>>
<Extension()>
Public Function ListProcessModulesNextAsync (operations As IWebAppsOperations, nextPageLink 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.

nextPageLink
String

NextLink från det tidigare lyckade anropet till liståtgärden.

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