Compartir a través de


SharedGalleryImageVersionsOperationsExtensions.ListNext Método

Definición

Enumere las versiones de imágenes de la galería compartida por identificador de suscripción o identificador de inquilino.

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

Parámetros

operations
ISharedGalleryImageVersionsOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

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

Devoluciones

Se aplica a