ApplicationGatewayLoadDistributionTargetResponse

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

constructor(backendAddressPool: SubResourceResponse? = null, etag: String, id: String? = null, name: String? = null, type: String, weightPerServer: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Backend address pool resource of the application gateway.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard

Type of the resource.

Link copied to clipboard
val weightPerServer: Int? = null

Weight per server. Range between 1 and 100.