LoadBalancingMethod Enumeration

Specifies the load balancing method that is used to distribute connections.

Namespace: Microsoft.WindowsAzure.Management.TrafficManager.Models
Assembly: Microsoft.WindowsAzure.Management.TrafficManager (in Microsoft.WindowsAzure.Management.TrafficManager.dll)

Usage

'Usage
Dim instance As LoadBalancingMethod

Syntax

'Declaration
Public Enumeration LoadBalancingMethod
public enum LoadBalancingMethod
public enum class LoadBalancingMethod
public enum LoadBalancingMethod
public enum LoadBalancingMethod

Members

Member name Description
Failover Specifies that the load-balancing method is Failover.
Performance Specifies that the load-balancing method is Performance.
RoundRobin Specifies that the load balancing method is RoundRobin.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

Microsoft.WindowsAzure.Management.TrafficManager.Models Namespace