public static interface PacketCapture.DefinitionStages.WithCreate extends Creatable<PacketCapture>
| Modifier and Type | Method and Description |
|---|---|
PCFilter.DefinitionStages.Blank<PacketCapture.DefinitionStages.WithCreate> |
definePacketCaptureFilter()
Begin the definition of packet capture filter.
|
PacketCapture.DefinitionStages.WithCreate |
withBytesToCapturePerPacket(long bytesToCapturePerPacket)
Set number of bytes captured per packet, the remaining bytes are truncated.
|
PacketCapture.DefinitionStages.WithCreate |
withTimeLimitInSeconds(int timeLimitInSeconds)
Set maximum duration of the capture session in seconds.
|
PacketCapture.DefinitionStages.WithCreate |
withTotalBytesPerSession(long totalBytesPerSession)
Set maximum size of the capture output.
|
create, create, createAsync, createAsyncPacketCapture.DefinitionStages.WithCreate withBytesToCapturePerPacket(long bytesToCapturePerPacket)
bytesToCapturePerPacket - Number of bytes captured per packetPacketCapture.DefinitionStages.WithCreate withTotalBytesPerSession(long totalBytesPerSession)
totalBytesPerSession - Maximum size of the capture outputPacketCapture.DefinitionStages.WithCreate withTimeLimitInSeconds(int timeLimitInSeconds)
timeLimitInSeconds - Maximum duration of the capture session in secondsPCFilter.DefinitionStages.Blank<PacketCapture.DefinitionStages.WithCreate> definePacketCaptureFilter()
Copyright © 2021 Microsoft Corporation. All rights reserved.