Compartir a través de


FlowLogsOperationsExtensions.ListAsync Método

Definición

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.FlowLog>> ListAsync (this Microsoft.Azure.Management.Network.IFlowLogsOperations operations, string resourceGroupName, string networkWatcherName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.IFlowLogsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.FlowLog>>
<Extension()>
Public Function ListAsync (operations As IFlowLogsOperations, resourceGroupName As String, networkWatcherName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of FlowLog))

Parámetros

operations
IFlowLogsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos que contiene Network Watcher.

networkWatcherName
String

Nombre del recurso Network Watcher.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a