RoleInstance::InstanceEndpoints Property
Gets or sets a collection of InstanceEndpoint objects that define the instance endpoints for the role.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: property IList<InstanceEndpoint^>^ InstanceEndpoints { IList<InstanceEndpoint^>^ get(); void set(IList<InstanceEndpoint^>^ value); }
Property Value
Type: System.Collections.Generic::IList<InstanceEndpoint^>^A collection of InstanceEndpoint objects.
Show: