Uses of Class
com.azure.resourcemanager.frontdoor.models.HealthProbeSettingsUpdateParameters
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of HealthProbeSettingsUpdateParameters in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeClassDescriptionfinal class
The JSON object that contains the properties required to create a health probe settings. -
Uses of HealthProbeSettingsUpdateParameters in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionHealthProbeSettingsUpdateParameters.withEnabledState
(HealthProbeEnabled enabledState) Set the enabledState property: Whether to enable health probes to be made against backends defined under backendPools.HealthProbeSettingsUpdateParameters.withHealthProbeMethod
(FrontDoorHealthProbeMethod healthProbeMethod) Set the healthProbeMethod property: Configures which HTTP method to use to probe the backends defined under backendPools.HealthProbeSettingsUpdateParameters.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.HealthProbeSettingsUpdateParameters.withProtocol
(FrontDoorProtocol protocol) Set the protocol property: Protocol scheme to use for this probe.