Uses of Class
com.microsoft.azure.management.network.ProbeProtocol
-
Packages that use ProbeProtocol Package Description com.microsoft.azure.management.network 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 ProbeProtocol Modifier and Type Field Description static ProbeProtocolProbeProtocol. HTTPStatic value Http for ProbeProtocol.static ProbeProtocolProbeProtocol. HTTPSStatic value Https for ProbeProtocol.static ProbeProtocolProbeProtocol. TCPStatic value Tcp for ProbeProtocol.Methods in com.microsoft.azure.management.network that return ProbeProtocol Modifier and Type Method Description static ProbeProtocolProbeProtocol. 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 Modifier and Type Method Description static Collection<ProbeProtocol>ProbeProtocol. values()
-