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.
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); }
Property Value
Type: System.Collections.Generic::IList<RoleInstance::PublicIP^>^
Show: