Resource Type: Azure > DNS > Record Set
The Record Set resource type represents a collection of DNS records with the same name and type that can be created and managed within an Azure DNS Zone.
Resource Context
Record Set is a part of the DNS service.
Each Record Set lives under a Zone.
Controls
The primary controls for Azure > DNS > Record Set are:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-dns#/resource/types/recordSet
- tmod:@turbot/turbot#/resource/categories/networking
- turbot graphql resource --id "tmod:@turbot/azure-dns#/resource/types/recordSet"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-dns#/resource/types/recordSet';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-dns#/resource/types/recordSet"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-dns#/resource/types/recordSet' 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