Freigeben über


ProviderOperationsExtensions.GetWebAppStacksForLocationNextAsync Methode

Definition

Abrufen verfügbarer Web-App-Frameworks und deren Versionen für den Speicherort

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WebAppStack>> GetWebAppStacksForLocationNextAsync(this Microsoft.Azure.Management.WebSites.IProviderOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member GetWebAppStacksForLocationNextAsync : 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 GetWebAppStacksForLocationNextAsync (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 für den Speicherort abrufen

Gilt für: