Compartir a través de


CommunityGalleryImagesOperationsExtensions.ListNext Método

Definición

Enumerar imágenes de la galería de la comunidad dentro de una galería.

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

Parámetros

operations
ICommunityGalleryImagesOperations

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