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.SubResource
ApplicationGatewayLoadDistributionPolicy

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
str

Resource ID.

name
str

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

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