VirtualMachineScaleSetsOperationsExtensions.ListByLocationNext Method

Definition

Gets all the VM scale sets under the specified subscription for the specified location.

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

Parameters

operations
IVirtualMachineScaleSetsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to