VPNConnections Collection [SPFSDK][VMMREF]
Applies To: Windows Azure Pack
The VPNConnections collection creates, reads, updates, or deletes virtual private network (VPN) connections associated with VM network gateways.
Namespace | OData Collection URI |
|---|---|
VMM | https://{server-name}:{auth-port}/{subscription-id}/services/systemcenter/vmm/VPNConnections |
Create (POST) | Read (GET) | Update (PUT) | Delete (DELETE) |
|---|---|---|---|
True | True | True | True |
The VPNConnection [SPFSDK][VMMREF] entity is exposed through this collection. These entity records directly relate to an existing VMNetworkGateway [SPFSDK][VMMREF] instance.
- Create (POST) a VPNConnection [SPFSDK][VMMREF]
Create a VPNConnection [SPFSDK][VMMREF] entity.
- Read (GET) a VPNConnection [SPFSDK][VMMREF]
Get a VPNConnection [SPFSDK][VMMREF] entity. For more information about returning multiple entities, see Common GET HTTP Info.
- Update (PUT) a VPNConnection [SPFSDK][VMMREF]
Update an existing VPNConnection [SPFSDK][VMMREF] entity.
- Delete (DELETE) a VPNConnection [SPFSDK][VMMREF]
Delete an existing VPNConnection [SPFSDK][VMMREF] entity.