ApplicationGatewayLoadDistributionTargetArgs

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

constructor(backendAddressPool: Output<SubResourceArgs>? = null, id: Output<String>? = null, name: Output<String>? = null, weightPerServer: Output<Int>? = null)

Properties

Link copied to clipboard
val backendAddressPool: Output<SubResourceArgs>? = null

Backend address pool resource of the application gateway.

Link copied to clipboard
val id: Output<String>? = null

Resource ID.

Link copied to clipboard
val name: Output<String>? = null

Name of the load distribution policy that is unique within an Application Gateway.

Link copied to clipboard
val weightPerServer: Output<Int>? = null

Weight per server. Range between 1 and 100.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationGatewayLoadDistributionTargetArgs