Freigeben über


ProviderOperationsExtensions.GetFunctionAppStacksNext Methode

Definition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.FunctionAppStack> GetFunctionAppStacksNext(this Microsoft.Azure.Management.WebSites.IProviderOperations operations, string nextPageLink);
static member GetFunctionAppStacksNext : Microsoft.Azure.Management.WebSites.IProviderOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.FunctionAppStack>
<Extension()>
Public Function GetFunctionAppStacksNext (operations As IProviderOperations, nextPageLink As String) As IPage(Of FunctionAppStack)

Parameter

operations
IProviderOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Hinweise

Beschreibung für verfügbare Funktions-App-Frameworks und deren Versionen

Gilt für: