Uses of Class
com.azure.resourcemanager.network.models.IpFlowProtocol
Packages that use IpFlowProtocol
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of IpFlowProtocol in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as IpFlowProtocolModifier and TypeFieldDescriptionstatic final IpFlowProtocolIpFlowProtocol.TCPStatic value TCP for IpFlowProtocol.static final IpFlowProtocolIpFlowProtocol.UDPStatic value UDP for IpFlowProtocol.Methods in com.azure.resourcemanager.network.models that return IpFlowProtocolModifier and TypeMethodDescriptionstatic IpFlowProtocolIpFlowProtocol.fromString(String name) Creates or finds a IpFlowProtocol from its string representation.VerificationIpFlowParameters.protocol()Get the protocol property: Protocol to be verified on.Methods in com.azure.resourcemanager.network.models that return types with arguments of type IpFlowProtocolModifier and TypeMethodDescriptionstatic Collection<IpFlowProtocol> IpFlowProtocol.values()Gets known IpFlowProtocol values.Methods in com.azure.resourcemanager.network.models with parameters of type IpFlowProtocolModifier and TypeMethodDescriptionVerificationIpFlowParameters.withProtocol(IpFlowProtocol protocol) Set the protocol property: Protocol to be verified on.