Uses of Class
com.microsoft.azure.management.cdn.HealthProbeParameters
Packages that use HealthProbeParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of HealthProbeParameters in com.microsoft.azure.management.cdn
Methods in com.microsoft.azure.management.cdn that return HealthProbeParametersModifier and TypeMethodDescriptionAFDOriginGroupUpdateParameters.healthProbeSettings()
Get health probe settings to the origin that is used to determine the health of the origin.DeepCreatedOriginGroup.healthProbeSettings()
Get health probe settings to the origin that is used to determine the health of the origin.OriginGroupUpdateParameters.healthProbeSettings()
Get health probe settings to the origin that is used to determine the health of the origin.HealthProbeParameters.withProbeIntervalInSeconds
(Integer probeIntervalInSeconds) Set the number of seconds between health probes.Default is 240sec.HealthProbeParameters.withProbePath
(String probePath) Set the path relative to the origin that is used to determine the health of the origin.HealthProbeParameters.withProbeProtocol
(ProbeProtocol probeProtocol) Set protocol to use for health probe.HealthProbeParameters.withProbeRequestType
(HealthProbeRequestType probeRequestType) Set the type of health probe request that is made.Methods in com.microsoft.azure.management.cdn with parameters of type HealthProbeParametersModifier and TypeMethodDescriptionAFDOriginGroupUpdateParameters.withHealthProbeSettings
(HealthProbeParameters healthProbeSettings) Set health probe settings to the origin that is used to determine the health of the origin.DeepCreatedOriginGroup.withHealthProbeSettings
(HealthProbeParameters healthProbeSettings) Set health probe settings to the origin that is used to determine the health of the origin.OriginGroupUpdateParameters.withHealthProbeSettings
(HealthProbeParameters healthProbeSettings) Set health probe settings to the origin that is used to determine the health of the origin.