virtual_network_gateway_connections
Creates, updates, deletes, gets or lists a virtual_network_gateway_connections resource.
Overview
| Name | virtual_network_gateway_connections |
| Type | Resource |
| Id | azure_stack.network_admin.virtual_network_gateway_connections |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | URI of the resource. |
name | string | Name of the resource. |
location | string | Region location of resource. |
properties | object | Virtual Network Gateway Connection properties. |
tags | object | List of key value pairs. |
type | string | Type of resource. |
Methods
| Name | Accessible by | Required Params | Description |
|---|---|---|---|
list | SELECT | subscriptionId | Returns a list of all Virtual Network Gateway Connections. |
SELECT examples
Returns a list of all Virtual Network Gateway Connections.
SELECT
id,
name,
location,
properties,
tags,
type
FROM azure_stack.network_admin.virtual_network_gateway_connections
WHERE subscriptionId = '{{ subscriptionId }}';