Freigeben über


AppsOperationsExtensions.ListNext(IAppsOperations, String) Methode

Definition

Verarbeitet Anforderungen, um alle Ressourcen in einem Dienst aufzulisten.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.AppResource> ListNext(this Microsoft.Azure.Management.AppPlatform.IAppsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.AppPlatform.IAppsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.AppResource>
<Extension()>
Public Function ListNext (operations As IAppsOperations, nextPageLink As String) As IPage(Of AppResource)

Parameter

operations
IAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

Gibt zurück

Gilt für: