Application Gateway Load Distribution Target Args
data class ApplicationGatewayLoadDistributionTargetArgs(val backendAddressPool: Output<SubResourceArgs>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val weightPerServer: Output<Int>? = null) : ConvertibleToJava<ApplicationGatewayLoadDistributionTargetArgs>
Load Distribution Target of an application gateway.
Constructors
Link copied to clipboard
constructor(backendAddressPool: Output<SubResourceArgs>? = null, id: Output<String>? = null, name: Output<String>? = null, weightPerServer: Output<Int>? = null)