Compartir a través de


NetworkGroupsOperationsExtensions.ListNext Método

Definición

Enumera el grupo de red especificado.

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

Parámetros

operations
INetworkGroupsOperations

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