Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type ARecord
- type AaaaRecord
- type CloudError
- type CloudErrorBody
- type CnameRecord
- type HTTPStatusCode
- type ManagementClient
- type MxRecord
- type NsRecord
- type OperationStatus
- type PtrRecord
- type RecordSet
- type RecordSetListResult
- type RecordSetProperties
- type RecordSetUpdateParameters
- type RecordSetsClient
- type RecordType
- type Resource
- type SoaRecord
- type SrvRecord
- type SubResource
- type TxtRecord
- type Zone
- type ZoneDeleteResult
- type ZoneListResult
- type ZoneProperties
- type ZonesClient
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AaaaRecord ¶
type AaaaRecord = original.AaaaRecord
type CloudError ¶
type CloudError = original.CloudError
type CloudErrorBody ¶
type CloudErrorBody = original.CloudErrorBody
type CnameRecord ¶
type CnameRecord = original.CnameRecord
type HTTPStatusCode ¶
type HTTPStatusCode = original.HTTPStatusCode
const ( Accepted HTTPStatusCode = original.Accepted Ambiguous HTTPStatusCode = original.Ambiguous BadGateway HTTPStatusCode = original.BadGateway BadRequest HTTPStatusCode = original.BadRequest Conflict HTTPStatusCode = original.Conflict Continue HTTPStatusCode = original.Continue Created HTTPStatusCode = original.Created ExpectationFailed HTTPStatusCode = original.ExpectationFailed Forbidden HTTPStatusCode = original.Forbidden Found HTTPStatusCode = original.Found GatewayTimeout HTTPStatusCode = original.GatewayTimeout Gone HTTPStatusCode = original.Gone HTTPVersionNotSupported HTTPStatusCode = original.HTTPVersionNotSupported InternalServerError HTTPStatusCode = original.InternalServerError LengthRequired HTTPStatusCode = original.LengthRequired MethodNotAllowed HTTPStatusCode = original.MethodNotAllowed Moved HTTPStatusCode = original.Moved MovedPermanently HTTPStatusCode = original.MovedPermanently MultipleChoices HTTPStatusCode = original.MultipleChoices NoContent HTTPStatusCode = original.NoContent NonAuthoritativeInformation HTTPStatusCode = original.NonAuthoritativeInformation NotAcceptable HTTPStatusCode = original.NotAcceptable NotFound HTTPStatusCode = original.NotFound NotImplemented HTTPStatusCode = original.NotImplemented NotModified HTTPStatusCode = original.NotModified OK HTTPStatusCode = original.OK PartialContent HTTPStatusCode = original.PartialContent PaymentRequired HTTPStatusCode = original.PaymentRequired PreconditionFailed HTTPStatusCode = original.PreconditionFailed ProxyAuthenticationRequired HTTPStatusCode = original.ProxyAuthenticationRequired Redirect HTTPStatusCode = original.Redirect RedirectKeepVerb HTTPStatusCode = original.RedirectKeepVerb RedirectMethod HTTPStatusCode = original.RedirectMethod RequestedRangeNotSatisfiable HTTPStatusCode = original.RequestedRangeNotSatisfiable RequestEntityTooLarge HTTPStatusCode = original.RequestEntityTooLarge RequestTimeout HTTPStatusCode = original.RequestTimeout RequestURITooLong HTTPStatusCode = original.RequestURITooLong ResetContent HTTPStatusCode = original.ResetContent SeeOther HTTPStatusCode = original.SeeOther SwitchingProtocols HTTPStatusCode = original.SwitchingProtocols TemporaryRedirect HTTPStatusCode = original.TemporaryRedirect UnsupportedMediaType HTTPStatusCode = original.UnsupportedMediaType Unused HTTPStatusCode = original.Unused UpgradeRequired HTTPStatusCode = original.UpgradeRequired UseProxy HTTPStatusCode = original.UseProxy )
type ManagementClient ¶
type ManagementClient = original.ManagementClient
func New ¶
func New(subscriptionID string) ManagementClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) ManagementClient
type OperationStatus ¶
type OperationStatus = original.OperationStatus
const ( Failed OperationStatus = original.Failed InProgress OperationStatus = original.InProgress Succeeded OperationStatus = original.Succeeded )
type RecordSetListResult ¶
type RecordSetListResult = original.RecordSetListResult
type RecordSetProperties ¶
type RecordSetProperties = original.RecordSetProperties
type RecordSetUpdateParameters ¶
type RecordSetUpdateParameters = original.RecordSetUpdateParameters
type RecordSetsClient ¶
type RecordSetsClient = original.RecordSetsClient
func NewRecordSetsClient ¶
func NewRecordSetsClient(subscriptionID string) RecordSetsClient
func NewRecordSetsClientWithBaseURI ¶
func NewRecordSetsClientWithBaseURI(baseURI string, subscriptionID string) RecordSetsClient
type RecordType ¶
type RecordType = original.RecordType
const ( A RecordType = original.A AAAA RecordType = original.AAAA CNAME RecordType = original.CNAME MX RecordType = original.MX NS RecordType = original.NS PTR RecordType = original.PTR SOA RecordType = original.SOA SRV RecordType = original.SRV TXT RecordType = original.TXT )
type SubResource ¶
type SubResource = original.SubResource
type ZoneDeleteResult ¶
type ZoneDeleteResult = original.ZoneDeleteResult
type ZoneListResult ¶
type ZoneListResult = original.ZoneListResult
type ZoneProperties ¶
type ZoneProperties = original.ZoneProperties
type ZonesClient ¶
type ZonesClient = original.ZonesClient
func NewZonesClient ¶
func NewZonesClient(subscriptionID string) ZonesClient
func NewZonesClientWithBaseURI ¶
func NewZonesClientWithBaseURI(baseURI string, subscriptionID string) ZonesClient
Click to show internal directories.
Click to hide internal directories.