virtual_network_gateways_vpn_profile_package_urls
Creates, updates, deletes, gets or lists a virtual_network_gateways_vpn_profile_package_urls resource.
Overview
| Name | virtual_network_gateways_vpn_profile_package_urls |
| Type | Resource |
| Id | azure.network.virtual_network_gateways_vpn_profile_package_urls |
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 |
|---|---|---|---|---|
get | exec | resourceGroupName, virtualNetworkGatewayName, subscriptionId | Gets pre-generated VPN profile for P2S client of the virtual network gateway in the specified resource group. The profile needs to be generated first using generateVpnProfile. |
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 name of the resource group. |
subscriptionId | string (uuid) | The ID of the target subscription. The value must be an UUID. |
virtualNetworkGatewayName | string | The name of the virtual network gateway. |
Lifecycle Methods
- get
Gets pre-generated VPN profile for P2S client of the virtual network gateway in the specified resource group. The profile needs to be generated first using generateVpnProfile.
EXEC azure.network.virtual_network_gateways_vpn_profile_package_urls.get
@resourceGroupName='{{ resourceGroupName }}' --required,
@virtualNetworkGatewayName='{{ virtualNetworkGatewayName }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
;