Compartir a través de


GalleriesOperationsExtensions.ListByResourceGroupNext Método

Definición

Enumera las galerías en un grupo de recursos.

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

Parámetros

operations
IGalleriesOperations

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