Sdílet prostřednictvím


WebAppsOperationsExtensions.ListProcessModulesSlotNextAsync Metoda

Definice

Vypíše informace o modulu pro proces podle jeho ID pro konkrétní instanci se škálováním na více instancí na webu.

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

Parametry

operations
IWebAppsOperations

Skupina operací pro tuto metodu rozšíření.

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í instanci se škálováním na více instancí na webu.

Platí pro