Uses of Class
com.microsoft.azure.management.network.PcProtocol
Packages that use PcProtocol
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of PcProtocol in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as PcProtocolModifier and TypeFieldDescriptionstatic final PcProtocol
PcProtocol.ANY
Static value Any for PcProtocol.static final PcProtocol
PcProtocol.TCP
Static value TCP for PcProtocol.static final PcProtocol
PcProtocol.UDP
Static value UDP for PcProtocol.Methods in com.microsoft.azure.management.network that return PcProtocolModifier and TypeMethodDescriptionstatic PcProtocol
PcProtocol.fromString
(String name) Creates or finds a PcProtocol from its string representation.PacketCaptureFilter.protocol()
Get protocol to be filtered on.PCFilter.protocol()
Methods in com.microsoft.azure.management.network that return types with arguments of type PcProtocolMethods in com.microsoft.azure.management.network with parameters of type PcProtocolModifier and TypeMethodDescriptionPacketCaptureFilter.withProtocol
(PcProtocol protocol) Set protocol to be filtered on.