GatewayConnection.AllocatedIPAddresses Property

Gets or sets a list of IP addresses that are assigned to currently connected VPN clients.

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

Usage

'Usage
Dim instance As GatewayConnection
Dim value As IList(Of String)

value = instance.AllocatedIPAddresses

instance.AllocatedIPAddresses = value

Syntax

'Declaration
Public Property AllocatedIPAddresses As IList(Of String)
public IList<string> AllocatedIPAddresses { get; set; }
public:
property IList<String^>^ AllocatedIPAddresses {
    IList<String^>^ get ();
    void set (IList<String^>^ value);
}
/** @property */
public IList<String> get_AllocatedIPAddresses ()

/** @property */
public void set_AllocatedIPAddresses (IList<String> value)
public function get AllocatedIPAddresses () : IList<String>

public function set AllocatedIPAddresses (value : IList<String>)

Property Value

A list of IP addresses.

Remarks

If LocalNetworkSiteName is defined as VPNClientConnection, this property contains a list of IP addresses that are assigned to currently connected VPN clients.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

GatewayConnection Class
GatewayConnection Members
Microsoft.WindowsAzure.Management.VirtualNetworks.Models.GatewayListConnectionsResponse Namespace