PacketCapturesOperationsExtensions.List Method

Definition

Lists all packet capture sessions within the specified resource group.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Network.Models.PacketCaptureResult> List (this Microsoft.Azure.Management.Network.IPacketCapturesOperations operations, string resourceGroupName, string networkWatcherName);
static member List : Microsoft.Azure.Management.Network.IPacketCapturesOperations * string * string -> seq<Microsoft.Azure.Management.Network.Models.PacketCaptureResult>
<Extension()>
Public Function List (operations As IPacketCapturesOperations, resourceGroupName As String, networkWatcherName As String) As IEnumerable(Of PacketCaptureResult)

Parameters

operations
IPacketCapturesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

networkWatcherName
String

The name of the Network Watcher resource.

Returns

Applies to