# Functions
New creates an instance of the ManagementClient client.
NewRecordSetsClient creates an instance of the RecordSetsClient client.
NewRecordSetsClientWithBaseURI creates an instance of the RecordSetsClient client.
NewWithBaseURI creates an instance of the ManagementClient client.
NewZonesClient creates an instance of the ZonesClient client.
NewZonesClientWithBaseURI creates an instance of the ZonesClient client.
UserAgent returns the UserAgent string to use when sending http.Requests.
Version returns the semantic version (see http://semver.org) of the client.
# Constants
A specifies the a state for record type.
AAAA specifies the aaaa state for record type.
APIVersion is the version of the Dns.
CNAME specifies the cname state for record type.
DefaultBaseURI is the default URI used for the service Dns.
MX specifies the mx state for record type.
NS specifies the ns state for record type.
PTR specifies the ptr state for record type.
SOA specifies the soa state for record type.
SRV specifies the srv state for record type.
TXT specifies the txt state for record type.
# Structs
AaaaRecord is an AAAA record.
ARecord is an A record.
CnameRecord is a CNAME record.
ManagementClient is the base client for Dns.
MxRecord is an MX record.
NsRecord is an NS record.
PtrRecord is a PTR record.
RecordSet is describes a DNS RecordSet (a set of DNS records with the same name and type).
RecordSetListResult is the response to a RecordSet List operation.
RecordSetProperties is represents the properties of the records in the RecordSet.
RecordSetsClient is the client for managing DNS zones and record.
Resource is.
SoaRecord is an SOA record.
SrvRecord is an SRV record.
SubResource is.
TxtRecord is a TXT record.
Zone is describes a DNS zone.
ZoneListResult is the response to a Zone List or ListAll operation.
ZoneProperties is represents the properties of the zone.
ZonesClient is the client for managing DNS zones and record.
# Type aliases
RecordType enumerates the values for record type.