GalleriesOperationsExtensions.ListNext(IGalleriesOperations, String) Method

Definition

List galleries under a subscription.

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

Parameters

operations
IGalleriesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to