Uses of Class
com.microsoft.azure.management.network.IpFlowProtocol
-
Packages that use IpFlowProtocol Package Description com.microsoft.azure.management.network 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 IpFlowProtocol Modifier and Type Field Description static IpFlowProtocolIpFlowProtocol. TCPStatic value TCP for IpFlowProtocol.static IpFlowProtocolIpFlowProtocol. UDPStatic value UDP for IpFlowProtocol.Methods in com.microsoft.azure.management.network that return IpFlowProtocol Modifier and Type Method Description static IpFlowProtocolIpFlowProtocol. fromString(String name)Creates or finds a IpFlowProtocol from its string representation.IpFlowProtocolVerificationIPFlowParameters. protocol()Get the protocol value.Methods in com.microsoft.azure.management.network that return types with arguments of type IpFlowProtocol Modifier and Type Method Description static Collection<IpFlowProtocol>IpFlowProtocol. values()Methods in com.microsoft.azure.management.network with parameters of type IpFlowProtocol Modifier and Type Method Description VerificationIPFlowParametersVerificationIPFlowParameters. withProtocol(IpFlowProtocol protocol)Set the protocol value.
-