PacketCapturesCreate interface
Methods
| delete(Packet |
Deletes the specified packet capture session. |
| get(Packet |
Gets a packet capture session by name. |
| put(Packet |
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
- options
- PacketCapturesDeleteParameters
Returns
get(PacketCapturesGetParameters)
Gets a packet capture session by name.
function get(options: PacketCapturesGetParameters): StreamableMethod<PacketCapturesGet200Response | PacketCapturesGetDefaultResponse>
Parameters
- options
- PacketCapturesGetParameters
Returns
put(PacketCapturesCreateParameters)
Create and start a packet capture on the specified VM.
function put(options: PacketCapturesCreateParameters): StreamableMethod<PacketCapturesCreate201Response | PacketCapturesCreateDefaultResponse>
Parameters
- options
- PacketCapturesCreateParameters