Freigeben über


WebAppsOperationsExtensions.ListInstanceProcessesSlotNextAsync Methode

Definition

Ruft eine Liste der Prozesse für eine Website oder einen Bereitstellungsslot oder für eine bestimmte horizontal skalierte instance auf einer Website ab.

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

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Abrufen einer Liste der Prozesse für eine Website, einen Bereitstellungsslot oder für eine bestimmte horizontal skalierte instance in einer Website.

Gilt für: