Versions in this module Expand all Collapse all v1 v1.0.1 Aug 22, 2022 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type ARecord struct + Ipv4Address *string + type AaaaRecord struct + Ipv6Address *string + type AzureEntityResource struct + Etag *string + ID *string + Name *string + Type *string + func (aer AzureEntityResource) MarshalJSON() ([]byte, error) + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type CnameRecord struct + Cname *string + type MxRecord struct + Exchange *string + Preference *int32 + type NsRecord struct + Nsdname *string + type ProxyResource struct + ID *string + Name *string + Type *string + func (pr ProxyResource) MarshalJSON() ([]byte, error) + type PtrRecord struct + Ptrdname *string + type RecordSet struct + Etag *string + ID *string + Location *string + Name *string + Properties *RecordSetProperties + Tags map[string]*string + Type *string + func (rs RecordSet) MarshalJSON() ([]byte, error) + type RecordSetListResult struct + NextLink *string + Value *[]RecordSet + func (rslr RecordSetListResult) IsEmpty() bool + type RecordSetListResultIterator struct + func NewRecordSetListResultIterator(page RecordSetListResultPage) RecordSetListResultIterator + func (iter *RecordSetListResultIterator) Next() error + func (iter *RecordSetListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter RecordSetListResultIterator) NotDone() bool + func (iter RecordSetListResultIterator) Response() RecordSetListResult + func (iter RecordSetListResultIterator) Value() RecordSet + type RecordSetListResultPage struct + func NewRecordSetListResultPage(cur RecordSetListResult, ...) RecordSetListResultPage + func (page *RecordSetListResultPage) Next() error + func (page *RecordSetListResultPage) NextWithContext(ctx context.Context) (err error) + func (page RecordSetListResultPage) NotDone() bool + func (page RecordSetListResultPage) Response() RecordSetListResult + func (page RecordSetListResultPage) Values() []RecordSet + type RecordSetProperties struct + AAAARecords *[]AaaaRecord + ARecords *[]ARecord + CNAMERecord *CnameRecord + MXRecords *[]MxRecord + NSRecords *[]NsRecord + PTRRecords *[]PtrRecord + SOARecord *SoaRecord + SRVRecords *[]SrvRecord + TTL *int64 + TXTRecords *[]TxtRecord + type RecordSetsClient struct + func NewRecordSetsClient(subscriptionID string) RecordSetsClient + func NewRecordSetsClientWithBaseURI(baseURI string, subscriptionID string) RecordSetsClient + func (client RecordSetsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, zoneName string, ...) (result RecordSet, err error) + func (client RecordSetsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, zoneName string, ...) (*http.Request, error) + func (client RecordSetsClient) CreateOrUpdateResponder(resp *http.Response) (result RecordSet, err error) + func (client RecordSetsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client RecordSetsClient) Delete(ctx context.Context, resourceGroupName string, zoneName string, ...) (result autorest.Response, err error) + func (client RecordSetsClient) DeletePreparer(ctx context.Context, resourceGroupName string, zoneName string, ...) (*http.Request, error) + func (client RecordSetsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client RecordSetsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client RecordSetsClient) Get(ctx context.Context, resourceGroupName string, zoneName string, ...) (result RecordSet, err error) + func (client RecordSetsClient) GetPreparer(ctx context.Context, resourceGroupName string, zoneName string, ...) (*http.Request, error) + func (client RecordSetsClient) GetResponder(resp *http.Response) (result RecordSet, err error) + func (client RecordSetsClient) GetSender(req *http.Request) (*http.Response, error) + func (client RecordSetsClient) List(ctx context.Context, resourceGroupName string, zoneName string, ...) (result RecordSetListResultPage, err error) + func (client RecordSetsClient) ListAll(ctx context.Context, resourceGroupName string, zoneName string, top string, ...) (result RecordSetListResultPage, err error) + func (client RecordSetsClient) ListAllComplete(ctx context.Context, resourceGroupName string, zoneName string, top string, ...) (result RecordSetListResultIterator, err error) + func (client RecordSetsClient) ListAllPreparer(ctx context.Context, resourceGroupName string, zoneName string, top string, ...) (*http.Request, error) + func (client RecordSetsClient) ListAllResponder(resp *http.Response) (result RecordSetListResult, err error) + func (client RecordSetsClient) ListAllSender(req *http.Request) (*http.Response, error) + func (client RecordSetsClient) ListComplete(ctx context.Context, resourceGroupName string, zoneName string, ...) (result RecordSetListResultIterator, err error) + func (client RecordSetsClient) ListPreparer(ctx context.Context, resourceGroupName string, zoneName string, ...) (*http.Request, error) + func (client RecordSetsClient) ListResponder(resp *http.Response) (result RecordSetListResult, err error) + func (client RecordSetsClient) ListSender(req *http.Request) (*http.Response, error) + type RecordType string + const A + const AAAA + const CNAME + const MX + const NS + const PTR + const SOA + const SRV + const TXT + func PossibleRecordTypeValues() []RecordType + type Resource struct + ID *string + Name *string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type SoaRecord struct + Email *string + ExpireTime *int64 + Host *string + MinimumTTL *int64 + RefreshTime *int64 + RetryTime *int64 + SerialNumber *int64 + type SrvRecord struct + Port *int32 + Priority *int32 + Target *string + Weight *int32 + type SubResource struct + ID *string + type TrackedResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tr TrackedResource) MarshalJSON() ([]byte, error) + type TxtRecord struct + Value *[]string + type Zone struct + Etag *string + ID *string + Location *string + Name *string + Properties *ZoneProperties + Tags map[string]*string + Type *string + func (z Zone) MarshalJSON() ([]byte, error) + type ZoneListResult struct + NextLink *string + Value *[]Zone + func (zlr ZoneListResult) IsEmpty() bool + type ZoneListResultIterator struct + func NewZoneListResultIterator(page ZoneListResultPage) ZoneListResultIterator + func (iter *ZoneListResultIterator) Next() error + func (iter *ZoneListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ZoneListResultIterator) NotDone() bool + func (iter ZoneListResultIterator) Response() ZoneListResult + func (iter ZoneListResultIterator) Value() Zone + type ZoneListResultPage struct + func NewZoneListResultPage(cur ZoneListResult, ...) ZoneListResultPage + func (page *ZoneListResultPage) Next() error + func (page *ZoneListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ZoneListResultPage) NotDone() bool + func (page ZoneListResultPage) Response() ZoneListResult + func (page ZoneListResultPage) Values() []Zone + type ZoneProperties struct + MaxNumberOfRecordSets *int64 + NumberOfRecordSets *int64 + type ZonesClient struct + func NewZonesClient(subscriptionID string) ZonesClient + func NewZonesClientWithBaseURI(baseURI string, subscriptionID string) ZonesClient + func (client ZonesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, zoneName string, ...) (result Zone, err error) + func (client ZonesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, zoneName string, ...) (*http.Request, error) + func (client ZonesClient) CreateOrUpdateResponder(resp *http.Response) (result Zone, err error) + func (client ZonesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ZonesClient) Delete(ctx context.Context, resourceGroupName string, zoneName string, ifMatch string) (result autorest.Response, err error) + func (client ZonesClient) DeletePreparer(ctx context.Context, resourceGroupName string, zoneName string, ifMatch string) (*http.Request, error) + func (client ZonesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ZonesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ZonesClient) Get(ctx context.Context, resourceGroupName string, zoneName string) (result Zone, err error) + func (client ZonesClient) GetPreparer(ctx context.Context, resourceGroupName string, zoneName string) (*http.Request, error) + func (client ZonesClient) GetResponder(resp *http.Response) (result Zone, err error) + func (client ZonesClient) GetSender(req *http.Request) (*http.Response, error) + func (client ZonesClient) ListZonesInResourceGroup(ctx context.Context, resourceGroupName string, top string, filter string) (result ZoneListResultPage, err error) + func (client ZonesClient) ListZonesInResourceGroupComplete(ctx context.Context, resourceGroupName string, top string, filter string) (result ZoneListResultIterator, err error) + func (client ZonesClient) ListZonesInResourceGroupPreparer(ctx context.Context, resourceGroupName string, top string, filter string) (*http.Request, error) + func (client ZonesClient) ListZonesInResourceGroupResponder(resp *http.Response) (result ZoneListResult, err error) + func (client ZonesClient) ListZonesInResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ZonesClient) ListZonesInSubscription(ctx context.Context, top string, filter string) (result ZoneListResultPage, err error) + func (client ZonesClient) ListZonesInSubscriptionComplete(ctx context.Context, top string, filter string) (result ZoneListResultIterator, err error) + func (client ZonesClient) ListZonesInSubscriptionPreparer(ctx context.Context, top string, filter string) (*http.Request, error) + func (client ZonesClient) ListZonesInSubscriptionResponder(resp *http.Response) (result ZoneListResult, err error) + func (client ZonesClient) ListZonesInSubscriptionSender(req *http.Request) (*http.Response, error)