Skip to main content

vpn_connections

Overview

Namevpn_connections
TypeResource
Idazure.network.vpn_connections

Fields

NameDatatypeDescription
idstringResource ID.
namestringThe name of the resource that is unique within a resource group. This name can be used to access the resource.
etagstringA unique read-only string that changes whenever the resource is updated.
propertiesobjectParameters for VpnConnection.

Methods

NameAccessible byRequired ParamsDescription
getSELECTconnectionName, gatewayName, resourceGroupName, subscriptionIdRetrieves the details of a vpn connection.
list_by_vpn_gatewaySELECTgatewayName, resourceGroupName, subscriptionIdRetrieves all vpn connections for a particular virtual wan vpn gateway.
create_or_updateINSERTconnectionName, gatewayName, resourceGroupName, subscriptionIdCreates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
deleteDELETEconnectionName, gatewayName, resourceGroupName, subscriptionIdDeletes a vpn connection.
_list_by_vpn_gatewayEXECgatewayName, resourceGroupName, subscriptionIdRetrieves all vpn connections for a particular virtual wan vpn gateway.