Freigeben über


WebAppsOperationsExtensions.ListInstanceFunctionsSlotNext Methode

Definition

Listen Sie die Funktionen für eine Website oder einen Bereitstellungsslot auf.

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

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Hinweise

Beschreibung für Auflisten der Funktionen für eine Website oder einen Bereitstellungsslot.

Gilt für: