GalleryImagesOperationsExtensions.ListByGalleryNext Method

Definition

List gallery image definitions in a gallery.

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

Parameters

operations
IGalleryImagesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to