Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registration ¶ added in v1.39.0
type Registration struct{}
func (Registration) Name ¶ added in v1.39.0
func (r Registration) Name() string
Name is the name of this Service
func (Registration) SupportedDataSources ¶ added in v1.39.0
func (r Registration) SupportedDataSources() map[string]*schema.Resource
SupportedDataSources returns the supported Data Sources supported by this Service
func (Registration) SupportedResources ¶ added in v1.39.0
func (r Registration) SupportedResources() map[string]*schema.Resource
SupportedResources returns the supported Resources supported by this Service
Source Files ¶
- data_source_dns_zone.go
- registration.go
- resource_arm_dns_a_record.go
- resource_arm_dns_aaaa_record.go
- resource_arm_dns_caa_record.go
- resource_arm_dns_cname_record.go
- resource_arm_dns_mx_record.go
- resource_arm_dns_ns_record.go
- resource_arm_dns_ptr_record.go
- resource_arm_dns_srv_record.go
- resource_arm_dns_txt_record.go
- resource_arm_dns_zone.go
Click to show internal directories.
Click to hide internal directories.