FlowLogsOperationsExtensions.List(IFlowLogsOperations, String, String) Method

Definition

Lists all flow log resources for the specified Network Watcher.

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

Parameters

operations
IFlowLogsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group containing Network Watcher.

networkWatcherName
String

The name of the Network Watcher resource.

Returns

Applies to