Partager via


VirtualMachineRunCommandsOperationsExtensions.ListByVirtualMachineNext Méthode

Définition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommand> ListByVirtualMachineNext (this Microsoft.Azure.Management.Compute.IVirtualMachineRunCommandsOperations operations, string nextPageLink);
static member ListByVirtualMachineNext : Microsoft.Azure.Management.Compute.IVirtualMachineRunCommandsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommand>
<Extension()>
Public Function ListByVirtualMachineNext (operations As IVirtualMachineRunCommandsOperations, nextPageLink As String) As 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.

Retours

S’applique à