DefinitionPolicyResponse.Endpoints Property

Gets or sets the list of endpoints that are being monitored.

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 IList(Of DefinitionEndpointResponse)

value = instance.Endpoints

instance.Endpoints = value

Syntax

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

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

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

Property Value

A IList of endpoints.

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