GalleryApplicationVersionsOperationsExtensions.ListByGalleryApplicationNext Method

Definition

List gallery Application Versions in a gallery Application Definition.

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

Parameters

operations
IGalleryApplicationVersionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to