IPacketCapturesOperations Interface

Definition

PacketCapturesOperations operations.

public interface IPacketCapturesOperations
type IPacketCapturesOperations = interface
Public Interface IPacketCapturesOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, String, PacketCapture, 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, PacketCapture, 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

BeginCreate(IPacketCapturesOperations, String, String, String, PacketCapture)

Create and start a packet capture on the specified VM.

BeginCreateAsync(IPacketCapturesOperations, String, String, String, PacketCapture, CancellationToken)

Create and start a packet capture on the specified VM.

BeginDelete(IPacketCapturesOperations, String, String, String)

Deletes the specified packet capture session.

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

Deletes the specified packet capture session.

BeginGetStatus(IPacketCapturesOperations, String, String, String)

Query the status of a running packet capture session.

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

Query the status of a running packet capture session.

BeginStop(IPacketCapturesOperations, String, String, String)

Stops a specified packet capture session.

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

Stops a specified packet capture session.

Create(IPacketCapturesOperations, String, String, String, PacketCapture)

Create and start a packet capture on the specified VM.

CreateAsync(IPacketCapturesOperations, String, String, String, PacketCapture, CancellationToken)

Create and start a packet capture on the specified VM.

Delete(IPacketCapturesOperations, String, String, String)

Deletes the specified packet capture session.

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

Deletes the specified packet capture session.

Get(IPacketCapturesOperations, String, String, String)

Gets a packet capture session by name.

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

Gets a packet capture session by name.

GetStatus(IPacketCapturesOperations, String, String, String)

Query the status of a running packet capture session.

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

Query the status of a running packet capture session.

List(IPacketCapturesOperations, String, String)

Lists all packet capture sessions within the specified resource group.

ListAsync(IPacketCapturesOperations, String, String, CancellationToken)

Lists all packet capture sessions within the specified resource group.

Stop(IPacketCapturesOperations, String, String, String)

Stops a specified packet capture session.

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

Stops a specified packet capture session.

Applies to