DefinitionPolicyResponse.LoadBalancingMethod Property

Gets or sets 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 DefinitionPolicyResponse
Dim value As LoadBalancingMethod

value = instance.LoadBalancingMethod

instance.LoadBalancingMethod = value

Syntax

'Declaration
Public Property LoadBalancingMethod As LoadBalancingMethod
public LoadBalancingMethod LoadBalancingMethod { get; set; }
public:
property LoadBalancingMethod LoadBalancingMethod {
    LoadBalancingMethod get ();
    void set (LoadBalancingMethod value);
}
/** @property */
public LoadBalancingMethod get_LoadBalancingMethod ()

/** @property */
public void set_LoadBalancingMethod (LoadBalancingMethod value)
public function get LoadBalancingMethod () : LoadBalancingMethod

public function set LoadBalancingMethod (value : LoadBalancingMethod)

Property Value

A LoadBalancingMethod value.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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

DefinitionPolicyResponse Class
DefinitionPolicyResponse Members
Microsoft.WindowsAzure.Management.TrafficManager.Models Namespace