Uses of Class
com.microsoft.azure.management.network.TransportProtocol
Packages that use TransportProtocol
Package
Description
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 TransportProtocolModifier and TypeFieldDescriptionstatic final TransportProtocol
TransportProtocol.ALL
Static value All for TransportProtocol.static final TransportProtocol
TransportProtocol.TCP
Static value Tcp for TransportProtocol.static final TransportProtocol
TransportProtocol.UDP
Static value Udp for TransportProtocol.Methods in com.microsoft.azure.management.network that return TransportProtocolModifier and TypeMethodDescriptionstatic TransportProtocol
TransportProtocol.fromString
(String name) Creates or finds a TransportProtocol from its string representation.InboundNatPool.protocol()
Get the reference to the transport protocol used by the inbound NAT pool.Methods in com.microsoft.azure.management.network that return types with arguments of type TransportProtocolModifier and TypeMethodDescriptionstatic Collection<TransportProtocol>
TransportProtocol.values()
Methods in com.microsoft.azure.management.network with parameters of type TransportProtocolModifier and TypeMethodDescriptionInboundNatPool.withProtocol
(TransportProtocol protocol) Set the reference to the transport protocol used by the inbound NAT pool.