ImagesOperationsExtensions.ListByResourceGroupNext Method

Definition

Gets the list of images under a resource group.

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

Parameters

operations
IImagesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to