ApplicationGatewayLoadDistributionPolicy Class
Load Distribution Policy 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.SubResourceApplicationGatewayLoadDistributionPolicy
Constructor
ApplicationGatewayLoadDistributionPolicy(*, id: str | None = None, name: str | None = None, load_distribution_targets: List[_models.ApplicationGatewayLoadDistributionTarget] | None = None, load_distribution_algorithm: str | _models.ApplicationGatewayLoadDistributionAlgorithm | 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. |
load_distribution_targets
|
Load Distribution Targets resource of an application gateway. |
load_distribution_algorithm
|
Load Distribution Targets resource of an application gateway. Known values are: "RoundRobin", "LeastConnections", and "IpHash". |
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. |
load_distribution_targets
|
Load Distribution Targets resource of an application gateway. |
load_distribution_algorithm
|
Load Distribution Targets resource of an application gateway. Known values are: "RoundRobin", "LeastConnections", and "IpHash". |
provisioning_state
|
The provisioning state of the Load Distribution Policy resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
Azure SDK for Python