Uses of Class
com.microsoft.azure.management.network.Protocol
Packages that use Protocol
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of Protocol in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as ProtocolModifier and TypeFieldDescriptionstatic final Protocol
Protocol.HTTP
Static value Http for Protocol.static final Protocol
Protocol.HTTPS
Static value Https for Protocol.static final Protocol
Protocol.ICMP
Static value Icmp for Protocol.static final Protocol
Protocol.TCP
Static value Tcp for Protocol.Methods in com.microsoft.azure.management.network that return ProtocolModifier and TypeMethodDescriptionstatic Protocol
Protocol.fromString
(String name) Creates or finds a Protocol from its string representation.ConnectivityParameters.protocol()
Get network protocol.Methods in com.microsoft.azure.management.network that return types with arguments of type ProtocolMethods in com.microsoft.azure.management.network with parameters of type ProtocolModifier and TypeMethodDescriptionConnectivityParameters.withProtocol
(Protocol protocol) Set network protocol.