Freigeben über


ProviderOperationsExtensions.GetFunctionAppStacksForLocationNextAsync Methode

Definition

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

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

Parameter

operations
IProviderOperations

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 verfügbare Funktions-App-Frameworks und deren Versionen für den Speicherort

Gilt für: