Compartilhar via


DeploymentsOperationsExtensions.ListNext Método

Definição

Manipula solicitações para listar todos os recursos em um Aplicativo.

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)

Parâmetros

operations
IDeploymentsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

Retornos

Aplica-se a