Partilhar via


AddonsOperationsExtensions.ListNextAsync Método

Definição

Listar suplementos numa nuvem privada

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.Addon>> ListNextAsync (this Microsoft.Azure.Management.Avs.IAddonsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Avs.IAddonsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.Addon>>
<Extension()>
Public Function ListNextAsync (operations As IAddonsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Addon))

Parâmetros

operations
IAddonsOperations

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

nextPageLink
String

A NextLink da chamada com êxito anterior para a operação Lista.

cancellationToken
CancellationToken

O token de cancelamento.

Devoluções

Aplica-se a