Freigeben über


DeploymentsOperationsExtensions.ListNext Methode

Definition

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einer App.

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

Parameter

operations
IDeploymentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: