Share via


DefinitionPolicyCreateParameters.Endpoints Property

Gets or sets the list of endpoints.

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

Usage

'Usage
Dim instance As DefinitionPolicyCreateParameters
Dim value As IList(Of DefinitionEndpointCreateParameters)

value = instance.Endpoints

instance.Endpoints = value

Syntax

'Declaration
Public Property Endpoints As IList(Of DefinitionEndpointCreateParameters)
public IList<DefinitionEndpointCreateParameters> Endpoints { get; set; }
public:
property IList<DefinitionEndpointCreateParameters^>^ Endpoints {
    IList<DefinitionEndpointCreateParameters^>^ get ();
    void set (IList<DefinitionEndpointCreateParameters^>^ value);
}
/** @property */
public IList<DefinitionEndpointCreateParameters> get_Endpoints ()

/** @property */
public void set_Endpoints (IList<DefinitionEndpointCreateParameters> value)
public function get Endpoints () : IList<DefinitionEndpointCreateParameters>

public function set Endpoints (value : IList<DefinitionEndpointCreateParameters>)

Property Value

A IList of endpoints.

Remarks

You can define up to 100 endpoints in the list. If the load balancing method is set to Failover, traffic to the endpoints is load balanced in the sequential order in which the endpoints are defined.

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

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