Share via


IRecordSetsOperations Interface

Definition

RecordSetsOperations operations.

public interface IRecordSetsOperations
type IRecordSetsOperations = interface
Public Interface IRecordSetsOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, RecordType, RecordSetInner, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a record set within a DNS zone.

DeleteWithHttpMessagesAsync(String, String, String, RecordType, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a record set from a DNS zone. This operation cannot be undone.

GetWithHttpMessagesAsync(String, String, String, RecordType, Dictionary<String,List<String>>, CancellationToken)

Gets a record set.

ListAllByDnsZoneNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all record sets in a DNS zone.

ListAllByDnsZoneWithHttpMessagesAsync(String, String, Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)

Lists all record sets in a DNS zone.

ListByDnsZoneNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all record sets in a DNS zone.

ListByDnsZoneWithHttpMessagesAsync(String, String, Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)

Lists all record sets in a DNS zone.

ListByTypeNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists the record sets of a specified type in a DNS zone.

ListByTypeWithHttpMessagesAsync(String, String, RecordType, Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)

Lists the record sets of a specified type in a DNS zone.

UpdateWithHttpMessagesAsync(String, String, String, RecordType, RecordSetInner, String, Dictionary<String,List<String>>, CancellationToken)

Updates a record set within a DNS zone.

Extension Methods

CreateOrUpdateAsync(IRecordSetsOperations, String, String, String, RecordType, RecordSetInner, String, String, CancellationToken)

Creates or updates a record set within a DNS zone.

DeleteAsync(IRecordSetsOperations, String, String, String, RecordType, String, CancellationToken)

Deletes a record set from a DNS zone. This operation cannot be undone.

GetAsync(IRecordSetsOperations, String, String, String, RecordType, CancellationToken)

Gets a record set.

ListAllByDnsZoneAsync(IRecordSetsOperations, String, String, Nullable<Int32>, String, CancellationToken)

Lists all record sets in a DNS zone.

ListAllByDnsZoneNextAsync(IRecordSetsOperations, String, CancellationToken)

Lists all record sets in a DNS zone.

ListByDnsZoneAsync(IRecordSetsOperations, String, String, Nullable<Int32>, String, CancellationToken)

Lists all record sets in a DNS zone.

ListByDnsZoneNextAsync(IRecordSetsOperations, String, CancellationToken)

Lists all record sets in a DNS zone.

ListByTypeAsync(IRecordSetsOperations, String, String, RecordType, Nullable<Int32>, String, CancellationToken)

Lists the record sets of a specified type in a DNS zone.

ListByTypeNextAsync(IRecordSetsOperations, String, CancellationToken)

Lists the record sets of a specified type in a DNS zone.

UpdateAsync(IRecordSetsOperations, String, String, String, RecordType, RecordSetInner, String, CancellationToken)

Updates a record set within a DNS zone.

Applies to