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