dns

package
v0.0.0-...-37f2402 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 4 Imported by: 10

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(environment *azureclient.AROEnvironment, subscriptionID string, authorizer autorest.Authorizer) RecordSetsClient

NewRecordSetsClient creates a new RecordSetsClient

type ZonesClient

type ZonesClient interface {
	Get(ctx context.Context, resourceGroupName string, zoneName string) (result mgmtdns.Zone, err error)
}

ZonesClient is a minimal interface for azure ZonesClient

func NewZonesClient

func NewZonesClient(environment *azureclient.AROEnvironment, subscriptionID string, authorizer autorest.Authorizer) ZonesClient

NewZonesClient creates a new ZonesClient

Jump to

Keyboard shortcuts

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