Share via


ApplicationGatewayLoadDistributionTarget Class

Load Distribution Target of an application gateway.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

ApplicationGatewayLoadDistributionTarget(*, id: str | None = None, name: str | None = None, weight_per_server: int | None = None, backend_address_pool: _models.SubResource | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

Default value: None
name
str

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

Default value: None
weight_per_server
int

Weight per server. Range between 1 and 100.

Default value: None
backend_address_pool

Backend address pool resource of the application gateway.

Default value: None

Variables

Name Description
id
str

Resource ID.

name
str

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

etag
str

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

type
str

Type of the resource.

weight_per_server
int

Weight per server. Range between 1 and 100.

backend_address_pool

Backend address pool resource of the application gateway.