Uses of Class
com.microsoft.azure.management.network.PacketCaptureParameters
Packages that use PacketCaptureParameters
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of PacketCaptureParameters in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return PacketCaptureParametersModifier and TypeMethodDescriptionPacketCaptureParameters.withBytesToCapturePerPacket(Integer bytesToCapturePerPacket) Set number of bytes captured per packet, the remaining bytes are truncated.PacketCaptureParameters.withFilters(List<PacketCaptureFilter> filters) Set a list of packet capture filters.PacketCaptureParameters.withStorageLocation(PacketCaptureStorageLocation storageLocation) Set the storage location for a packet capture session.PacketCaptureParameters.withTarget(String target) Set the ID of the targeted resource, only VM is currently supported.PacketCaptureParameters.withTimeLimitInSeconds(Integer timeLimitInSeconds) Set maximum duration of the capture session in seconds.PacketCaptureParameters.withTotalBytesPerSession(Integer totalBytesPerSession) Set maximum size of the capture output.