Freigeben über


ProviderOperationsExtensions.GetFunctionAppStacksForLocationNext Methode

Definition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.FunctionAppStack> GetFunctionAppStacksForLocationNext(this Microsoft.Azure.Management.WebSites.IProviderOperations operations, string nextPageLink);
static member GetFunctionAppStacksForLocationNext : Microsoft.Azure.Management.WebSites.IProviderOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.FunctionAppStack>
<Extension()>
Public Function GetFunctionAppStacksForLocationNext (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 für den Speicherort

Gilt für: