RoleInstance.InstanceEndpoints Property

 

Gets or sets a collection of InstanceEndpoint objects that define the instance endpoints for the role.

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

Syntax

public IList<InstanceEndpoint> InstanceEndpoints { get; set; }
public:
property IList<InstanceEndpoint^>^ InstanceEndpoints {
    IList<InstanceEndpoint^>^ get();
    void set(IList<InstanceEndpoint^>^ value);
}
member InstanceEndpoints : IList<InstanceEndpoint> with get, set
Public Property InstanceEndpoints As IList(Of InstanceEndpoint)

Property Value

Type: System.Collections.Generic.IList<InstanceEndpoint>

A collection of InstanceEndpoint objects.

See Also

RoleInstance Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top