vpn_sites_configurations
Creates, updates, deletes, gets or lists a vpn_sites_configurations
resource.
Overview
Name | vpn_sites_configurations |
Type | Resource |
Id | azure.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
download | exec | subscriptionId , resourceGroupName , virtualWANName , outputBlobSasUrl | Gives 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.
Name | Datatype | Description |
---|---|---|
resourceGroupName | string | The resource group name. |
subscriptionId | string (uuid) | The ID of the target subscription. The value must be an UUID. |
virtualWANName | string | The name of the VirtualWAN for which configuration of all vpn-sites is needed. |
Lifecycle Methods
- download
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 }}"
}'
;