Sdílet prostřednictvím


WebAppsOperationsExtensions.ListInstanceProcessModulesSlotNextAsync Metoda

Definice

Výpis informací o modulu pro proces podle jeho ID pro konkrétní škálovanou instanci na webu.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.ProcessModuleInfoInner>> ListInstanceProcessModulesSlotNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListInstanceProcessModulesSlotNextAsync : 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 ListInstanceProcessModulesSlotNextAsync (operations As IWebAppsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ProcessModuleInfoInner))

Parametry

operations
IWebAppsOperations

Skupina operací pro tuto rozšiřující metodu.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Poznámky

Popis pro výpis informací o modulu pro proces podle jeho ID pro konkrétní škálovanou instanci na webu.

Platí pro