vpn_server_configurations_associated_with_virtual_wans
Creates, updates, deletes, gets or lists a vpn_server_configurations_associated_with_virtual_wans
resource.
Overview
Name | vpn_server_configurations_associated_with_virtual_wans |
Type | Resource |
Id | azure.network.vpn_server_configurations_associated_with_virtual_wans |
Fields
Name | Datatype | Description |
---|---|---|
vpnServerConfigurationResourceIds | array | List of VpnServerConfigurations associated with VirtualWan. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | resourceGroupName, subscriptionId, virtualWANName | Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group. |
SELECT
examples
Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.
SELECT
vpnServerConfigurationResourceIds
FROM azure.network.vpn_server_configurations_associated_with_virtual_wans
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND virtualWANName = '{{ virtualWANName }}';