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)

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.

Return to top
Show: