RoleInstance.PublicIPs 属性

 

可选。 可选。 一组的公共 Ip。 目前,每个角色只能有一个其他的公共 IP 支持 IaaS 部署中。 IP 地址是为部署的默认 VIP 的补充。

命名空间:   Microsoft.WindowsAzure.Management.Compute.Models
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

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)

属性值

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

请参阅

RoleInstance 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首