Uses of Class
com.azure.resourcemanager.frontdoor.models.HealthProbeSettingsModel
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of HealthProbeSettingsModel in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeMethodDescriptionFrontDoorInner.healthProbeSettings()
Get the healthProbeSettings property: Health probe settings associated with this Front Door instance.Modifier and TypeMethodDescriptionFrontDoorInner.withHealthProbeSettings
(List<HealthProbeSettingsModel> healthProbeSettings) Set the healthProbeSettings property: Health probe settings associated with this Front Door instance.FrontDoorProperties.withHealthProbeSettings
(List<HealthProbeSettingsModel> healthProbeSettings) Set the healthProbeSettings property: Health probe settings associated with this Front Door instance. -
Uses of HealthProbeSettingsModel in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionHealthProbeSettingsModel.withEnabledState
(HealthProbeEnabled enabledState) Set the enabledState property: Whether to enable health probes to be made against backends defined under backendPools.HealthProbeSettingsModel.withHealthProbeMethod
(FrontDoorHealthProbeMethod healthProbeMethod) Set the healthProbeMethod property: Configures which HTTP method to use to probe the backends defined under backendPools.HealthProbeSettingsModel.withIntervalInSeconds
(Integer intervalInSeconds) Set the intervalInSeconds property: The number of seconds between health probes.Set the name property: Resource name.Set the path property: The path to use for the health probe.HealthProbeSettingsModel.withProtocol
(FrontDoorProtocol protocol) Set the protocol property: Protocol scheme to use for this probe.Modifier and TypeMethodDescriptionFrontDoor.healthProbeSettings()
Gets the healthProbeSettings property: Health probe settings associated with this Front Door instance.FrontDoorUpdateParameters.healthProbeSettings()
Get the healthProbeSettings property: Health probe settings associated with this Front Door instance.Modifier and TypeMethodDescriptionFrontDoor.DefinitionStages.WithHealthProbeSettings.withHealthProbeSettings
(List<HealthProbeSettingsModel> healthProbeSettings) Specifies the healthProbeSettings property: Health probe settings associated with this Front Door instance..FrontDoor.UpdateStages.WithHealthProbeSettings.withHealthProbeSettings
(List<HealthProbeSettingsModel> healthProbeSettings) Specifies the healthProbeSettings property: Health probe settings associated with this Front Door instance..FrontDoorUpdateParameters.withHealthProbeSettings
(List<HealthProbeSettingsModel> healthProbeSettings) Set the healthProbeSettings property: Health probe settings associated with this Front Door instance.