Uses of Class
com.azure.resourcemanager.network.models.IpFlowProtocol
-
Packages that use IpFlowProtocol Package Description com.azure.resourcemanager.network.models 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 IpFlowProtocol Modifier and Type Field Description static IpFlowProtocolIpFlowProtocol. TCPStatic value TCP for IpFlowProtocol.static IpFlowProtocolIpFlowProtocol. UDPStatic value UDP for IpFlowProtocol.Methods in com.azure.resourcemanager.network.models 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 property: Protocol to be verified on.Methods in com.azure.resourcemanager.network.models that return types with arguments of type IpFlowProtocol Modifier and Type Method Description static Collection<IpFlowProtocol>IpFlowProtocol. values()Methods in com.azure.resourcemanager.network.models with parameters of type IpFlowProtocol Modifier and Type Method Description VerificationIpFlowParametersVerificationIpFlowParameters. withProtocol(IpFlowProtocol protocol)Set the protocol property: Protocol to be verified on.
-