Uses of Class
com.microsoft.azure.management.network.PacketCaptureFilter
-
Packages that use PacketCaptureFilter Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of PacketCaptureFilter in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return PacketCaptureFilter Modifier and Type Method Description PacketCaptureFilterPacketCaptureFilter. withLocalIPAddress(String localIPAddress)Set the localIPAddress value.PacketCaptureFilterPacketCaptureFilter. withLocalPort(String localPort)Set the localPort value.PacketCaptureFilterPacketCaptureFilter. withProtocol(PcProtocol protocol)Set the protocol value.PacketCaptureFilterPacketCaptureFilter. withRemoteIPAddress(String remoteIPAddress)Set the remoteIPAddress value.PacketCaptureFilterPacketCaptureFilter. withRemotePort(String remotePort)Set the remotePort value.Methods in com.microsoft.azure.management.network that return types with arguments of type PacketCaptureFilter Modifier and Type Method Description List<PacketCaptureFilter>PacketCapture. filters()List<PacketCaptureFilter>PacketCaptureParameters. filters()Get the filters value.Method parameters in com.microsoft.azure.management.network with type arguments of type PacketCaptureFilter Modifier and Type Method Description PacketCaptureParametersPacketCaptureParameters. withFilters(List<PacketCaptureFilter> filters)Set the filters value.
-