Health Probe Settings Model Response
data class HealthProbeSettingsModelResponse(val enabledState: String? = null, val healthProbeMethod: String? = null, val id: String? = null, val intervalInSeconds: Int? = null, val name: String? = null, val path: String? = null, val protocol: String? = null, val resourceState: String, val type: String)
Load balancing settings for a backend pool
Constructors
Properties
Link copied to clipboard
Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool.
Link copied to clipboard
Configures which HTTP method to use to probe the backends defined under backendPools.
Link copied to clipboard
The number of seconds between health probes.
Link copied to clipboard
Resource status.