SharedGalleriesOperationsExtensions.ListNext Method

Definition

List shared galleries by subscription id or tenant id.

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

Parameters

operations
ISharedGalleriesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to