# Functions

New creates an instance of the ManagementClient client.
NewRecordSetsManagementClient creates an instance of the RecordSetsManagementClient client.
NewRecordSetsManagementClientWithBaseURI creates an instance of the RecordSetsManagementClient client.
NewWithBaseURI creates an instance of the ManagementClient client.
NewZonesManagementClient creates an instance of the ZonesManagementClient client.
NewZonesManagementClientWithBaseURI creates an instance of the ZonesManagementClient 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 client for managing DNS zones and record.
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).
RecordSetCreateOrUpdateParameters is parameters supplied to create or update a RecordSet.
RecordSetListResult is the response to a RecordSet List operation.
RecordSetProperties is represents the properties of the records in the RecordSet.
RecordSetsManagementClient 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.
ZoneCreateOrUpdateParameters is parameters supplied to create a zone.
ZoneListResult is the response to a Zone List or ListAll operation.
ZoneProperties is represents the properties of the zone.
ZonesManagementClient is the client for managing DNS zones and record.

# Type aliases

RecordType enumerates the values for record type.