Dela via


VirtualMachineScaleSetVMRunCommandsOperationsExtensions.ListNext Method

Definition

The operation to get all run commands of an instance in Virtual Machine Scaleset.

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

Parameters

operations
IVirtualMachineScaleSetVMRunCommandsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to