Uses of Class
com.microsoft.azure.management.network.IpFlowProtocol
Packages that use IpFlowProtocol
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of IpFlowProtocol in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as IpFlowProtocolModifier and TypeFieldDescriptionstatic final IpFlowProtocol
IpFlowProtocol.TCP
Static value TCP for IpFlowProtocol.static final IpFlowProtocol
IpFlowProtocol.UDP
Static value UDP for IpFlowProtocol.Methods in com.microsoft.azure.management.network that return IpFlowProtocolModifier and TypeMethodDescriptionstatic IpFlowProtocol
IpFlowProtocol.fromString
(String name) Creates or finds a IpFlowProtocol from its string representation.VerificationIPFlowParameters.protocol()
Get protocol to be verified on.Methods in com.microsoft.azure.management.network that return types with arguments of type IpFlowProtocolMethods in com.microsoft.azure.management.network with parameters of type IpFlowProtocolModifier and TypeMethodDescriptionVerificationIPFlowParameters.withProtocol
(IpFlowProtocol protocol) Set protocol to be verified on.