Share via


SharedGalleryImageVersionsOperationsExtensions.ListNext Method

Definition

List shared gallery image versions by subscription id or tenant id.

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

Parameters

operations
ISharedGalleryImageVersionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to