ApplicationGatewayGetResponse.VirtualIPs 属性

 

可选。 网关的虚拟 IP 列表。

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

语法

public IList<string> VirtualIPs { get; set; }
public:
property IList<String^>^ VirtualIPs {
    IList<String^>^ get();
    void set(IList<String^>^ value);
}
member VirtualIPs : IList<string> with get, set
Public Property VirtualIPs As IList(Of String)

属性值

Type: System.Collections.Generic.IList<String>

请参阅

ApplicationGatewayGetResponse 类
Microsoft.WindowsAzure.Management.Network.Models 命名空间

返回页首