RoleInstance::PublicIPs Property

 

Optional. Optional. A set of public IPs. Currently, only one additional public IP per role is supported in an IaaS deployment. The IP address is in addition to the default VIP for the deployment.

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

public:
property IList<RoleInstance::PublicIP^>^ PublicIPs {
	IList<RoleInstance::PublicIP^>^ get();
	void set(IList<RoleInstance::PublicIP^>^ value);
}
Return to top
Show: