Share via


GalleryApplicationsOperationsExtensions.ListByGalleryNext Method

Definition

List gallery Application Definitions in a gallery.

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

Parameters

operations
IGalleryApplicationsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to