Uses of Class
com.microsoft.azure.management.network.PcProtocol
-
Packages that use PcProtocol Package Description com.microsoft.azure.management.network 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 PcProtocol Modifier and Type Field Description static PcProtocolPcProtocol. ANYStatic value Any for PcProtocol.static PcProtocolPcProtocol. TCPStatic value TCP for PcProtocol.static PcProtocolPcProtocol. UDPStatic value UDP for PcProtocol.Methods in com.microsoft.azure.management.network that return PcProtocol Modifier and Type Method Description static PcProtocolPcProtocol. fromString(String name)Creates or finds a PcProtocol from its string representation.PcProtocolPacketCaptureFilter. protocol()Get the protocol value.PcProtocolPCFilter. protocol()Methods in com.microsoft.azure.management.network that return types with arguments of type PcProtocol Modifier and Type Method Description static Collection<PcProtocol>PcProtocol. values()Methods in com.microsoft.azure.management.network with parameters of type PcProtocol Modifier and Type Method Description PacketCaptureFilterPacketCaptureFilter. withProtocol(PcProtocol protocol)Set the protocol value.
-