SharedGalleryImagesOperationsExtensions.ListNext Method

Definition

List shared gallery images by subscription id or tenant id.

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

Parameters

operations
ISharedGalleryImagesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to