Values.DnsResourceSourceThe DNS name of the resource.
type nonrec t = {domainName : DomainName.t option;The domain name of the resource.
*)ipAddressType : ResourceConfigurationIpAddressType.t option;The type of IP address. Dualstack is currently not supported.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DomainName.t ]) list ]