Compartir a través de


SharedGalleriesOperationsExtensions.ListNext Método

Definición

Enumere las galerías compartidas por identificador de suscripción o identificador de inquilino.

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

Parámetros

operations
ISharedGalleriesOperations

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