Partager via


FlowLogsOperationsExtensions.ListAsync Méthode

Définition

Répertorie toutes les ressources du journal de flux pour le Network Watcher spécifié.

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))

Paramètres

operations
IFlowLogsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources contenant Network Watcher.

networkWatcherName
String

Nom de la ressource Network Watcher.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à