Application Gateway Load Distribution Target Response
data class ApplicationGatewayLoadDistributionTargetResponse(val backendAddressPool: SubResourceResponse? = null, val etag: String, val id: String? = null, val name: String? = null, val type: String, val weightPerServer: Int? = null)
Load Distribution Target of an application gateway.
Constructors
Link copied to clipboard
fun ApplicationGatewayLoadDistributionTargetResponse(backendAddressPool: SubResourceResponse? = null, etag: String, id: String? = null, name: String? = null, type: String, weightPerServer: Int? = null)