Resource Type: Azure > Network > Virtual Network Gateway
The Virtual Network Gateway resource type is a specific type of virtual network gateway that can be used to send encrypted traffic between an Azure virtual network and an on-premises location over the public internet.
Resource Context
Virtual Network Gateway is a part of the Network service.
Each Virtual Network Gateway lives under a Resource Group.
Controls
The primary controls for Azure > Network > Virtual Network Gateway are:
It is also targeted by these controls:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-network#/resource/types/virtualNetworkGateway
- tmod:@turbot/turbot#/resource/categories/networking
- turbot graphql resource --id "tmod:@turbot/azure-network#/resource/types/virtualNetworkGateway"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-network#/resource/types/virtualNetworkGateway';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-network#/resource/types/virtualNetworkGateway"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-network#/resource/types/virtualNetworkGateway' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query