dns

package
v0.0.0-...-54afde0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RecordSetsClient

type RecordSetsClient interface {
	CreateOrUpdate(ctx context.Context, resourceGroupName string, zoneName string, relativeRecordSetName string, recordType mgmtdns.RecordType, parameters mgmtdns.RecordSet, ifMatch string, ifNoneMatch string) (result mgmtdns.RecordSet, err error)
	Delete(ctx context.Context, resourceGroupName string, zoneName string, relativeRecordSetName string, recordType mgmtdns.RecordType, ifMatch string) (result autorest.Response, err error)
	Get(ctx context.Context, resourceGroupName string, zoneName string, relativeRecordSetName string, recordType mgmtdns.RecordType) (result mgmtdns.RecordSet, err error)
}

RecordSetsClient is a minimal interface for azure RecordSetsClient

func NewRecordSetsClient

func NewRecordSetsClient(subscriptionID string, authorizer autorest.Authorizer) RecordSetsClient

NewRecordSetsClient creates a new RecordSetsClient

type ZonesClient

type ZonesClient interface {
	ZonesClientAddons
}

ZonesClient is a minimal interface for azure ZonesClient

func NewZonesClient

func NewZonesClient(subscriptionID string, authorizer autorest.Authorizer) ZonesClient

NewZonesClient creates a new ZonesClient

type ZonesClientAddons

type ZonesClientAddons interface {
	ListByResourceGroup(ctx context.Context, resourceGroupName string, top *int32) (zones []mgmtdns.Zone, err error)
}

ZonesClientAddons contains addons for ZonesClient

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL