PacketCapturesOperationsExtensions Class

Definition

Extension methods for PacketCapturesOperations.

public static class PacketCapturesOperationsExtensions
type PacketCapturesOperationsExtensions = class
Public Module PacketCapturesOperationsExtensions
Inheritance
PacketCapturesOperationsExtensions

Methods

BeginCreateAsync(IPacketCapturesOperations, String, String, String, PacketCaptureInner, CancellationToken)

Create and start a packet capture on the specified VM.

BeginDeleteAsync(IPacketCapturesOperations, String, String, String, CancellationToken)

Deletes the specified packet capture session.

BeginGetStatusAsync(IPacketCapturesOperations, String, String, String, CancellationToken)

Query the status of a running packet capture session.

BeginStopAsync(IPacketCapturesOperations, String, String, String, CancellationToken)

Stops a specified packet capture session.

CreateAsync(IPacketCapturesOperations, String, String, String, PacketCaptureInner, CancellationToken)

Create and start a packet capture on the specified VM.

DeleteAsync(IPacketCapturesOperations, String, String, String, CancellationToken)

Deletes the specified packet capture session.

GetAsync(IPacketCapturesOperations, String, String, String, CancellationToken)

Gets a packet capture session by name.

GetStatusAsync(IPacketCapturesOperations, String, String, String, CancellationToken)

Query the status of a running packet capture session.

ListAsync(IPacketCapturesOperations, String, String, CancellationToken)

Lists all packet capture sessions within the specified resource group.

StopAsync(IPacketCapturesOperations, String, String, String, CancellationToken)

Stops a specified packet capture session.

Applies to