Gateway.VPNClientAddressPool Property
Optional. The VPN Client Address Pool reserves a pool of IP addresses for VPN clients. This object is used for point-to-site connectivity.
Namespace: Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Usage
'Usage
Dim instance As Gateway
Dim value As VPNClientAddressPool
value = instance.VPNClientAddressPool
instance.VPNClientAddressPool = value
Syntax
'Declaration
Public Property VPNClientAddressPool As VPNClientAddressPool
public VPNClientAddressPool VPNClientAddressPool { get; set; }
public:
property VPNClientAddressPool^ VPNClientAddressPool {
VPNClientAddressPool^ get ();
void set (VPNClientAddressPool^ value);
}
/** @property */
public VPNClientAddressPool get_VPNClientAddressPool ()
/** @property */
public void set_VPNClientAddressPool (VPNClientAddressPool value)
public function get VPNClientAddressPool () : VPNClientAddressPool
public function set VPNClientAddressPool (value : VPNClientAddressPool)
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
Gateway Class
Gateway Members
Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse Namespace