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)

Syntax

public IList<RoleInstance.PublicIP> PublicIPs { get; set; }
public:
property IList<RoleInstance::PublicIP^>^ PublicIPs {
    IList<RoleInstance::PublicIP^>^ get();
    void set(IList<RoleInstance::PublicIP^>^ value);
}
member PublicIPs : IList<RoleInstance.PublicIP> with get, set
Public Property PublicIPs As IList(Of RoleInstance.PublicIP)

Property Value

Type: System.Collections.Generic.IList<RoleInstance.PublicIP>

See Also

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

Return to top