Compartilhar 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.

Inheritance
azure.mgmt.network.models._models_py3.SubResource
ApplicationGatewayLoadDistributionTarget

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.

name
str

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

weight_per_server
int

Weight per server. Range between 1 and 100.

backend_address_pool

Backend address pool resource of the application gateway.

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.