Uses of Class
com.azure.resourcemanager.network.models.PcProtocol
Packages that use PcProtocol
Package
Description
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 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.azure.resourcemanager.network.models that return PcProtocolModifier and TypeMethodDescriptionstatic PcProtocolPcProtocol.fromString(String name) Creates or finds a PcProtocol from its string representation.PacketCaptureFilter.protocol()Get the protocol property: Protocol to be filtered on.PCFilter.protocol()Gets protocol to be filtered on.Methods in com.azure.resourcemanager.network.models that return types with arguments of type PcProtocolModifier and TypeMethodDescriptionstatic Collection<PcProtocol> PcProtocol.values()Gets known PcProtocol values.Methods in com.azure.resourcemanager.network.models with parameters of type PcProtocolModifier and TypeMethodDescriptionPacketCaptureFilter.withProtocol(PcProtocol protocol) Set the protocol property: Protocol to be filtered on.