Skip to main content

vpn_sites_configurations

Creates, updates, deletes, gets or lists a vpn_sites_configurations resource.

Overview

Namevpn_sites_configurations
TypeResource
Idazure.network.vpn_sites_configurations

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
downloadexecsubscriptionId, resourceGroupName, virtualWANName, outputBlobSasUrlGives the sas-url to download the configurations for vpn-sites in a resource group.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
resourceGroupNamestringThe resource group name.
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.
virtualWANNamestringThe name of the VirtualWAN for which configuration of all vpn-sites is needed.

Lifecycle Methods

Gives the sas-url to download the configurations for vpn-sites in a resource group.

EXEC azure.network.vpn_sites_configurations.download 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@virtualWANName='{{ virtualWANName }}' --required
@@json=
'{
"vpnSites": "{{ vpnSites }}",
"outputBlobSasUrl": "{{ outputBlobSasUrl }}"
}'
;