Compartir a través de


VirtualMachineRunCommandsOperationsExtensions.ListByVirtualMachineNextAsync Método

Definición

Operación para obtener todos los comandos de ejecución de una máquina virtual.

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

Parámetros

operations
IVirtualMachineRunCommandsOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a