Uses of Class
com.microsoft.azure.management.network.PacketCaptureParameters
-
Packages that use PacketCaptureParameters Package Description com.microsoft.azure.management.network 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 PacketCaptureParameters Modifier and Type Method Description PacketCaptureParametersPacketCaptureParameters. withBytesToCapturePerPacket(Integer bytesToCapturePerPacket)Set the bytesToCapturePerPacket value.PacketCaptureParametersPacketCaptureParameters. withFilters(List<PacketCaptureFilter> filters)Set the filters value.PacketCaptureParametersPacketCaptureParameters. withStorageLocation(PacketCaptureStorageLocation storageLocation)Set the storageLocation value.PacketCaptureParametersPacketCaptureParameters. withTarget(String target)Set the target value.PacketCaptureParametersPacketCaptureParameters. withTimeLimitInSeconds(Integer timeLimitInSeconds)Set the timeLimitInSeconds value.PacketCaptureParametersPacketCaptureParameters. withTotalBytesPerSession(Integer totalBytesPerSession)Set the totalBytesPerSession value.
-