Share via


ApplicationGatewayLoadDistributionPolicyPropertiesFormatOutput interface

Properties of Load Distribution Policy of an application gateway.

Properties

loadDistributionAlgorithm

Load Distribution Targets resource of an application gateway.

loadDistributionTargets

Load Distribution Targets resource of an application gateway.

provisioningState

The provisioning state of the Load Distribution Policy resource.

Property Details

loadDistributionAlgorithm

Load Distribution Targets resource of an application gateway.

loadDistributionAlgorithm?: "RoundRobin" | "LeastConnections" | "IpHash"

Property Value

"RoundRobin" | "LeastConnections" | "IpHash"

loadDistributionTargets

Load Distribution Targets resource of an application gateway.

loadDistributionTargets?: ApplicationGatewayLoadDistributionTargetOutput[]

Property Value

provisioningState

The provisioning state of the Load Distribution Policy resource.

provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"

Property Value

"Succeeded" | "Updating" | "Deleting" | "Failed"