Compartir a través de


GalleriesOperationsExtensions.ListNext(IGalleriesOperations, String) Método

Definición

Enumera las galerías en una suscripción.

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)

Parámetros

operations
IGalleriesOperations

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