DefinitionPolicyCreateParameters.Endpoints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET