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