Compartir a través de


GalleryImagesOperationsExtensions.ListByGalleryNext Método

Definición

Enumera las definiciones de imágenes de la galería en una galería.

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

Parámetros

operations
IGalleryImagesOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a