Uses of Class
com.microsoft.azure.management.network.TransportProtocol
-
Packages that use TransportProtocol Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of TransportProtocol in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as TransportProtocol Modifier and Type Field Description static TransportProtocolTransportProtocol. ALLStatic value All for TransportProtocol.static TransportProtocolTransportProtocol. TCPStatic value Tcp for TransportProtocol.static TransportProtocolTransportProtocol. UDPStatic value Udp for TransportProtocol.Methods in com.microsoft.azure.management.network that return TransportProtocol Modifier and Type Method Description static TransportProtocolTransportProtocol. fromString(String name)Creates or finds a TransportProtocol from its string representation.Methods in com.microsoft.azure.management.network that return types with arguments of type TransportProtocol Modifier and Type Method Description static Collection<TransportProtocol>TransportProtocol. values()
-