Operations on Virtual Network Gateways
Updated: June 7, 2012
[This topic contains preliminary content for the current release of Windows Azure.]
You can create, manage, and use a virtual network gateway to connect your local network sites to a virtual network using the operations provided by the Service Management API.
In This Section
The following table lists the virtual network gateway operations provided by the Service Management API:
| Element name | Description |
|---|---|
|
Gets information about the virtual network gateway’s state and properties, such as its IP address and provisioning status. |
|
|
Creates a virtual network gateway for a specified virtual network. |
|
|
Deletes the specified virtual network gateway. |
|
|
Forces a gateway failover, deactivating the primary virtual network gateway and switching over to a secondary. |
|
|
Returns the shared key used to authenticate connections with individual sites on a virtual network. |
|
|
Generates a new shared key with a specified character length. |
|
|
Lists the supported, on-premise network devices that can connect to the gateway. |
|
|
Returns a script that you can use to configure local VPN devices to connect to the gateway |
|
|
Lists all of the local network connections that can be accessed through the gateway. |
|
|
Connect to, Disconnect from, or Test your Connection to a Local Network |
Connects, tests the connection, or disconnects your gateway from a specified local network site. |
|
Returns the current status of the specified gateway operation. |
|
|
Uploads a new client root certificate. |
|
|
Creates a VPN client package for the specified virtual network and gateway. |
|
|
Returns the public portion of a previously uploaded client root certificate in a base-64 encoded format. |
|
|
Deletes a previously uploaded client root certificate. |
|
|
Returns a list of all the client root certificates that are associated with the specified virtual network. |
See Also