DefinitionPolicyCreateParameters.Endpoints Property

Definition

Required. Encapsulates the list of Windows Azure Traffic Manager endpoints. 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.

public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.TrafficManager.Models.DefinitionEndpointCreateParameters> Endpoints { get; set; }
member this.Endpoints : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.TrafficManager.Models.DefinitionEndpointCreateParameters> with get, set
Public Property Endpoints As IList(Of DefinitionEndpointCreateParameters)

Property Value

Applies to