Uses of Class
com.azure.resourcemanager.frontdoor.models.HealthProbeSettingsUpdateParameters
Packages that use 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
Subclasses of HealthProbeSettingsUpdateParameters in com.azure.resourcemanager.frontdoor.fluent.modelsModifier and TypeClassDescriptionfinal classThe JSON object that contains the properties required to create a health probe settings. -
Uses of HealthProbeSettingsUpdateParameters in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return HealthProbeSettingsUpdateParametersModifier 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.