package
6.0.0-beta+incompatible
Repository: https://github.com/scott-the-programmer/azure-sdk-for-go.git
Documentation: pkg.go.dev

# 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 htp status code.
Ambiguous specifies the ambiguous state for htp status code.
APIVersion is the version of the Dns.
BadGateway specifies the bad gateway state for htp status code.
BadRequest specifies the bad request state for htp status code.
CNAME specifies the cname state for record type.
Conflict specifies the conflict state for htp status code.
Continue specifies the continue state for htp status code.
Created specifies the created state for htp status code.
DefaultBaseURI is the default URI used for the service Dns.
ExpectationFailed specifies the expectation failed state for htp status code.
Failed specifies the failed state for operation status.
Forbidden specifies the forbidden state for htp status code.
Found specifies the found state for htp status code.
GatewayTimeout specifies the gateway timeout state for htp status code.
Gone specifies the gone state for htp status code.
HTTPVersionNotSupported specifies the http version not supported state for htp status code.
InProgress specifies the in progress state for operation status.
InternalServerError specifies the internal server error state for htp status code.
LengthRequired specifies the length required state for htp status code.
MethodNotAllowed specifies the method not allowed state for htp status code.
Moved specifies the moved state for htp status code.
MovedPermanently specifies the moved permanently state for htp status code.
MultipleChoices specifies the multiple choices state for htp status code.
MX specifies the mx state for record type.
NoContent specifies the no content state for htp status code.
NonAuthoritativeInformation specifies the non authoritative information state for htp status code.
NotAcceptable specifies the not acceptable state for htp status code.
NotFound specifies the not found state for htp status code.
NotImplemented specifies the not implemented state for htp status code.
NotModified specifies the not modified state for htp status code.
NS specifies the ns state for record type.
OK specifies the ok state for htp status code.
PartialContent specifies the partial content state for htp status code.
PaymentRequired specifies the payment required state for htp status code.
PreconditionFailed specifies the precondition failed state for htp status code.
ProxyAuthenticationRequired specifies the proxy authentication required state for htp status code.
PTR specifies the ptr state for record type.
Redirect specifies the redirect state for htp status code.
RedirectKeepVerb specifies the redirect keep verb state for htp status code.
RedirectMethod specifies the redirect method state for htp status code.
RequestedRangeNotSatisfiable specifies the requested range not satisfiable state for htp status code.
RequestEntityTooLarge specifies the request entity too large state for htp status code.
RequestTimeout specifies the request timeout state for htp status code.
RequestURITooLong specifies the request uri too long state for htp status code.
ResetContent specifies the reset content state for htp status code.
SeeOther specifies the see other state for htp status code.
ServiceUnavailable specifies the service unavailable state for htp 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 htp status code.
TemporaryRedirect specifies the temporary redirect state for htp status code.
TXT specifies the txt state for record type.
Unauthorized specifies the unauthorized state for htp status code.
UnsupportedMediaType specifies the unsupported media type state for htp status code.
Unused specifies the unused state for htp status code.
UpgradeRequired specifies the upgrade required state for htp status code.
UseProxy specifies the use proxy state for htp 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 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 the RecordSets methods of the Dns service.
RecordSetUpdateParameters is parameters supplied to update a RecordSet.
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 client for the Zones methods of the Dns service.

# Type aliases

HtpStatusCode enumerates the values for htp status code.
OperationStatus enumerates the values for operation status.
RecordType enumerates the values for record type.