NetworkListResponse.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
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public NetworkListResponse.VPNClientAddressPool VPNClientAddressPool { get; set; }
public:
property NetworkListResponse::VPNClientAddressPool^ VPNClientAddressPool {
NetworkListResponse::VPNClientAddressPool^ get();
void set(NetworkListResponse::VPNClientAddressPool^ value);
}
member VPNClientAddressPool : NetworkListResponse.VPNClientAddressPool with get, set
Public Property VPNClientAddressPool As NetworkListResponse.VPNClientAddressPool
Property Value
Type: Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VPNClientAddressPool
See Also
NetworkListResponse.Gateway Class
Microsoft.WindowsAzure.Management.Network.Models Namespace
Return to top