Partager via


VirtualMachineRunCommandsOperationsExtensions.ListByVirtualMachineNextAsync Méthode

Définition

Opération permettant d’obtenir toutes les commandes d’exécution d’une machine virtuelle.

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))

Paramètres

operations
IVirtualMachineRunCommandsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à