Share via


PacketCapturesCreate interface

Methods

delete(PacketCapturesDeleteParameters)

Deletes the specified packet capture session.

get(PacketCapturesGetParameters)

Gets a packet capture session by name.

put(PacketCapturesCreateParameters)

Create and start a packet capture on the specified VM.

Method Details

delete(PacketCapturesDeleteParameters)

Deletes the specified packet capture session.

function delete(options: PacketCapturesDeleteParameters): StreamableMethod<PacketCapturesDelete202Response | PacketCapturesDelete204Response | PacketCapturesDeleteDefaultResponse>

Parameters

Returns

get(PacketCapturesGetParameters)

Gets a packet capture session by name.

function get(options: PacketCapturesGetParameters): StreamableMethod<PacketCapturesGet200Response | PacketCapturesGetDefaultResponse>

Parameters

Returns

put(PacketCapturesCreateParameters)

Create and start a packet capture on the specified VM.

function put(options: PacketCapturesCreateParameters): StreamableMethod<PacketCapturesCreate201Response | PacketCapturesCreateDefaultResponse>

Parameters

Returns