Uses of Class
com.microsoft.azure.management.network.Protocol
-
Packages that use Protocol Package Description com.microsoft.azure.management.network 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 Protocol Modifier and Type Field Description static ProtocolProtocol. HTTPStatic value Http for Protocol.static ProtocolProtocol. HTTPSStatic value Https for Protocol.static ProtocolProtocol. ICMPStatic value Icmp for Protocol.static ProtocolProtocol. TCPStatic value Tcp for Protocol.Methods in com.microsoft.azure.management.network that return Protocol Modifier and Type Method Description static ProtocolProtocol. fromString(String name)Creates or finds a Protocol from its string representation.ProtocolConnectivityParameters. protocol()Get the protocol value.Methods in com.microsoft.azure.management.network that return types with arguments of type Protocol Modifier and Type Method Description static Collection<Protocol>Protocol. values()Methods in com.microsoft.azure.management.network with parameters of type Protocol Modifier and Type Method Description ConnectivityParametersConnectivityParameters. withProtocol(Protocol protocol)Set the protocol value.
-