Share via


GalleryImageVersionsOperationsExtensions.ListByGalleryImageNext Method

Definition

List gallery image versions in a gallery image definition.

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

Parameters

operations
IGalleryImageVersionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to