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 PcProtocolPcProtocol.ANYStatic value Any for PcProtocol.static final PcProtocolPcProtocol.TCPStatic value TCP for PcProtocol.static final PcProtocolPcProtocol.UDPStatic value UDP for PcProtocol.Methods in com.microsoft.azure.management.network that return PcProtocolModifier and TypeMethodDescriptionstatic PcProtocolPcProtocol.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.