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.SubResourceApplicationGatewayLoadDistributionTarget
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
|
Resource ID. |
name
|
Name of the load distribution policy that is unique within an Application Gateway. |
weight_per_server
|
Weight per server. Range between 1 and 100. |
backend_address_pool
|
Backend address pool resource of the application gateway. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the load distribution policy that is unique within an Application Gateway. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
type
|
Type of the resource. |
weight_per_server
|
Weight per server. Range between 1 and 100. |
backend_address_pool
|
Backend address pool resource of the application gateway. |
Azure SDK for Python