Freigeben über


ProviderOperationsExtensions.GetWebAppStacksNextAsync Methode

Definition

Abrufen verfügbarer Web-App-Frameworks und deren Versionen

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

Parameter

operations
IProviderOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Verfügbare Web-App-Frameworks und deren Versionen abrufen

Gilt für: