Share via


GatewayListConnectionsResponse.GatewayConnection.AllocatedIPAddresses Property

 

Optional. If LocalNetworkSiteName is defined as VPNClientConnection, this element contains a list of IP addresses (represented as strings) that are assigned to currently connected VPN clients.

Namespace:   Microsoft.WindowsAzure.Management.Network.Models
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Syntax

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)

Property Value

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

See Also

GatewayListConnectionsResponse.GatewayConnection Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top