# 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.
Accepted specifies the accepted state for http status code.
Ambiguous specifies the ambiguous state for http status code.
BadGateway specifies the bad gateway state for http status code.
BadRequest specifies the bad request state for http status code.
CNAME specifies the cname state for record type.
Conflict specifies the conflict state for http status code.
Continue specifies the continue state for http status code.
Created specifies the created state for http status code.
DefaultBaseURI is the default URI used for the service Dns.
ExpectationFailed specifies the expectation failed state for http status code.
Failed specifies the failed state for operation status.
Forbidden specifies the forbidden state for http status code.
Found specifies the found state for http status code.
GatewayTimeout specifies the gateway timeout state for http status code.
Gone specifies the gone state for http status code.
HTTPVersionNotSupported specifies the http version not supported state for http status code.
InProgress specifies the in progress state for operation status.
InternalServerError specifies the internal server error state for http status code.
LengthRequired specifies the length required state for http status code.
MethodNotAllowed specifies the method not allowed state for http status code.
Moved specifies the moved state for http status code.
MovedPermanently specifies the moved permanently state for http status code.
MultipleChoices specifies the multiple choices state for http status code.
MX specifies the mx state for record type.
NoContent specifies the no content state for http status code.
NonAuthoritativeInformation specifies the non authoritative information state for http status code.
NotAcceptable specifies the not acceptable state for http status code.
NotFound specifies the not found state for http status code.
NotImplemented specifies the not implemented state for http status code.
NotModified specifies the not modified state for http status code.
NS specifies the ns state for record type.
OK specifies the ok state for http status code.
PartialContent specifies the partial content state for http status code.
PaymentRequired specifies the payment required state for http status code.
PreconditionFailed specifies the precondition failed state for http status code.
ProxyAuthenticationRequired specifies the proxy authentication required state for http status code.
PTR specifies the ptr state for record type.
Redirect specifies the redirect state for http status code.
RedirectKeepVerb specifies the redirect keep verb state for http status code.
RedirectMethod specifies the redirect method state for http status code.
RequestedRangeNotSatisfiable specifies the requested range not satisfiable state for http status code.
RequestEntityTooLarge specifies the request entity too large state for http status code.
RequestTimeout specifies the request timeout state for http status code.
RequestURITooLong specifies the request uri too long state for http status code.
ResetContent specifies the reset content state for http status code.
SeeOther specifies the see other state for http status code.
ServiceUnavailable specifies the service unavailable state for http status code.
SOA specifies the soa state for record type.
SRV specifies the srv state for record type.
Succeeded specifies the succeeded state for operation status.
SwitchingProtocols specifies the switching protocols state for http status code.
TemporaryRedirect specifies the temporary redirect state for http status code.
TXT specifies the txt state for record type.
Unauthorized specifies the unauthorized state for http status code.
UnsupportedMediaType specifies the unsupported media type state for http status code.
Unused specifies the unused state for http status code.
UpgradeRequired specifies the upgrade required state for http status code.
UseProxy specifies the use proxy state for http status code.
# Structs
AaaaRecord is an AAAA record.
ARecord is an A record.
CloudError is.
CloudErrorBody is.
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 record set (a collection of DNS records with the same name and type).
RecordSetListResult is the response to a record set List operation.
RecordSetProperties is represents the properties of the records in the record set.
RecordSetsClient is the the DNS Management Client.
RecordSetUpdateParameters is parameters supplied to update a record set.
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.
ZoneDeleteResult is the response to a Zone Delete operation.
ZoneListResult is the response to a Zone List or ListAll operation.
ZoneProperties is represents the properties of the zone.
ZonesClient is the the DNS Management Client.
# Type aliases
HTTPStatusCode enumerates the values for http status code.
OperationStatus enumerates the values for operation status.
RecordType enumerates the values for record type.