Share via


VPNClientAddressPool.AddressPrefixes Property

Gets or sets the CIDR identifiers that identify addresses in the pool.

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

Usage

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

value = instance.AddressPrefixes

instance.AddressPrefixes = value

Syntax

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

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

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

Property Value

The CIDR identifiers.

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

VPNClientAddressPool Class
VPNClientAddressPool Members
Microsoft.WindowsAzure.Management.VirtualNetworks.Models.NetworkListResponse Namespace