Uses of Class
com.azure.resourcemanager.network.models.PcProtocol
-
Packages that use PcProtocol Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of PcProtocol in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models 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 property: Protocol to be filtered on.PcProtocolPCFilter. protocol()Methods in com.azure.resourcemanager.network.models that return types with arguments of type PcProtocol Modifier and Type Method Description static Collection<PcProtocol>PcProtocol. values()Methods in com.azure.resourcemanager.network.models with parameters of type PcProtocol Modifier and Type Method Description PacketCaptureFilterPacketCaptureFilter. withProtocol(PcProtocol protocol)Set the protocol property: Protocol to be filtered on.
-