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 dns.RecordType, parameters dns.RecordSet, ifMatch string, ifNoneMatch string) (result dns.RecordSet, err error) Delete(ctx context.Context, resourceGroupName string, zoneName string, relativeRecordSetName string, recordType dns.RecordType, ifMatch string) (result autorest.Response, 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
Click to show internal directories.
Click to hide internal directories.