Partager via


VirtualMachineRunCommandsOperationsExtensions.ListNext Méthode

Définition

Répertorie toutes les commandes d’exécution disponibles pour un abonnement dans un emplacement.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.RunCommandDocumentBase> ListNext (this Microsoft.Azure.Management.Compute.IVirtualMachineRunCommandsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Compute.IVirtualMachineRunCommandsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.RunCommandDocumentBase>
<Extension()>
Public Function ListNext (operations As IVirtualMachineRunCommandsOperations, nextPageLink As String) As IPage(Of RunCommandDocumentBase)

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 à