Share via


ResourceSkusOperationsExtensions.ListNext Method

Definition

Gets the list of Microsoft.Compute SKUs available for your Subscription.

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

Parameters

operations
IResourceSkusOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to