Compartilhar via


VirtualMachineRunCommandsOperationsExtensions.ListNextAsync Método

Definição

Lista todos os comandos de execução disponíveis para uma assinatura em um local.

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

Parâmetros

operations
IVirtualMachineRunCommandsOperations

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

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a