Partager via


VirtualMachineScaleSetVMRunCommandsOperationsExtensions.ListNextAsync Méthode

Définition

Opération permettant d’obtenir toutes les commandes d’exécution d’un instance dans le groupe de machines virtuelles identiques.

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

Paramètres

operations
IVirtualMachineScaleSetVMRunCommandsOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à