Uses of Enum Class
com.microsoft.azure.management.cdn.ProbeProtocol
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of ProbeProtocol in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionstatic ProbeProtocol
ProbeProtocol.fromString
(String value) Parses a serialized value to a ProbeProtocol instance.HealthProbeParameters.probeProtocol()
Get protocol to use for health probe.static ProbeProtocol
Returns 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.Modifier and TypeMethodDescriptionHealthProbeParameters.withProbeProtocol
(ProbeProtocol probeProtocol) Set protocol to use for health probe.