IPacketCapturesOperations Interface

Definition

PacketCapturesOperations operations.

public interface IPacketCapturesOperations
type IPacketCapturesOperations = interface
Public Interface IPacketCapturesOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, String, PacketCaptureInner, Dictionary<String,List<String>>, CancellationToken)

Create and start a packet capture on the specified VM.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified packet capture session.

BeginGetStatusWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Query the status of a running packet capture session.

BeginStopWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Stops a specified packet capture session.

CreateWithHttpMessagesAsync(String, String, String, PacketCaptureInner, Dictionary<String,List<String>>, CancellationToken)

Create and start a packet capture on the specified VM.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified packet capture session.

GetStatusWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Query the status of a running packet capture session.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a packet capture session by name.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists all packet capture sessions within the specified resource group.

StopWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Stops a specified packet capture session.

Extension 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