GatewayListConnectionsResponse.GatewayConnection.AllocatedIPAddresses 属性

 

可选。 如果 LocalNetworkSiteName 被定义为 VPNClientConnection,此元素包含的 IP 地址 (表示为字符串) 分配给当前连接的 VPN 客户端的列表。

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

语法

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

属性值

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

请参阅

GatewayListConnectionsResponse.GatewayConnection 类
Microsoft.WindowsAzure.Management.Network.Models 命名空间

返回页首