load Distribution
Specifies the load balancing distribution type to be used by the Load Balancer. Possible values are: Default
– The load balancer is configured to use a 5 tuple hash to map traffic to available servers. SourceIP
– The load balancer is configured to use a 2 tuple hash to map traffic to available servers. SourceIPProtocol
– The load balancer is configured to use a 3 tuple hash to map traffic to available servers. Also known as Session Persistence, where in the Azure portal the options are called None
, Client IP
and Client IP and Protocol
respectively. Defaults to Default
.