ApplicationGatewayLoadDistributionTarget interface
Load Distribution Target of an application gateway.
- Extends
Properties
| backend |
Backend address pool resource of the application gateway. |
| etag | A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Name of the load distribution policy that is unique within an Application Gateway. |
| type | Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| weight |
Weight per server. Range between 1 and 100. |
Inherited Properties
| id | Resource ID. |
Property Details
backendAddressPool
Backend address pool resource of the application gateway.
backendAddressPool?: SubResource
Property Value
etag
A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
name
Name of the load distribution policy that is unique within an Application Gateway.
name?: string
Property Value
string
type
Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
weightPerServer
Weight per server. Range between 1 and 100.
weightPerServer?: number
Property Value
number