Compartir a través de


FlowLogsOperationsExtensions.ListNext(IFlowLogsOperations, String) Método

Definición

Enumera todos los recursos de registro de flujo para el Network Watcher especificado.

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

Parámetros

operations
IFlowLogsOperations

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