Freigeben über


FlowLogsOperationsExtensions.ListAsync Methode

Definition

Listet alle Flussprotokollressourcen für die angegebene Network Watcher auf.

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

Parameter

operations
IFlowLogsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die Network Watcher enthält.

networkWatcherName
String

Der Name der Network Watcher Ressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: