Uses of Class
com.azure.resourcemanager.frontdoor.fluent.models.HealthProbeSettingsProperties
Packages that use HealthProbeSettingsProperties
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
-
Uses of HealthProbeSettingsProperties in com.azure.resourcemanager.frontdoor.fluent.models
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return HealthProbeSettingsPropertiesModifier and TypeMethodDescriptionHealthProbeSettingsProperties.withEnabledState(HealthProbeEnabled enabledState) Set the enabledState property: Whether to enable health probes to be made against backends defined under backendPools.HealthProbeSettingsProperties.withHealthProbeMethod(FrontDoorHealthProbeMethod healthProbeMethod) Set the healthProbeMethod property: Configures which HTTP method to use to probe the backends defined under backendPools.HealthProbeSettingsProperties.withIntervalInSeconds(Integer intervalInSeconds) Set the intervalInSeconds property: The number of seconds between health probes.Set the path property: The path to use for the health probe.HealthProbeSettingsProperties.withProtocol(FrontDoorProtocol protocol) Set the protocol property: Protocol scheme to use for this probe.