Backend Pool Response
data class BackendPoolResponse(val backends: List<BackendResponse>? = null, val healthProbeSettings: SubResourceResponse? = null, val id: String? = null, val loadBalancingSettings: SubResourceResponse? = null, val name: String? = null, val resourceState: String, val type: String)
A backend pool is a collection of backends that can be routed to.
Constructors
Link copied to clipboard
constructor(backends: List<BackendResponse>? = null, healthProbeSettings: SubResourceResponse? = null, id: String? = null, loadBalancingSettings: SubResourceResponse? = null, name: String? = null, resourceState: String, type: String)