Uses of Enum Class
com.microsoft.azure.management.cdn.ProbeProtocol
Packages that use ProbeProtocol
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of ProbeProtocol in com.microsoft.azure.management.cdn
Methods in com.microsoft.azure.management.cdn that return ProbeProtocolModifier and TypeMethodDescriptionstatic ProbeProtocolProbeProtocol.fromString(String value) Parses a serialized value to a ProbeProtocol instance.HealthProbeParameters.probeProtocol()Get protocol to use for health probe.static ProbeProtocolReturns the enum constant of this class with the specified name.static ProbeProtocol[]ProbeProtocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.cdn with parameters of type ProbeProtocolModifier and TypeMethodDescriptionHealthProbeParameters.withProbeProtocol(ProbeProtocol probeProtocol) Set protocol to use for health probe.