IRecordSetsOperations Interface

Definition

RecordSetsOperations operations.

public interface IRecordSetsOperations
type IRecordSetsOperations = interface
Public Interface IRecordSetsOperations

Methods

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

Creates or updates a record set within a Private DNS zone.

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

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

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

Gets a record set.

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

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

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

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

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

Lists all record sets in a Private DNS zone.

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

Lists all record sets in a Private DNS zone.

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

Updates a record set within a Private DNS zone.

Extension Methods

CreateOrUpdate(IRecordSetsOperations, String, String, RecordType, String, RecordSet, String, String)

Creates or updates a record set within a Private DNS zone.

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

Creates or updates a record set within a Private DNS zone.

Delete(IRecordSetsOperations, String, String, RecordType, String, String)

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

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

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

Get(IRecordSetsOperations, String, String, RecordType, String)

Gets a record set.

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

Gets a record set.

List(IRecordSetsOperations, String, String, Nullable<Int32>, String)

Lists all record sets in a Private DNS zone.

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

Lists all record sets in a Private DNS zone.

ListByType(IRecordSetsOperations, String, String, RecordType, Nullable<Int32>, String)

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

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

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

ListByTypeNext(IRecordSetsOperations, String)

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

ListByTypeNextAsync(IRecordSetsOperations, String, CancellationToken)

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

ListNext(IRecordSetsOperations, String)

Lists all record sets in a Private DNS zone.

ListNextAsync(IRecordSetsOperations, String, CancellationToken)

Lists all record sets in a Private DNS zone.

Update(IRecordSetsOperations, String, String, RecordType, String, RecordSet, String)

Updates a record set within a Private DNS zone.

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

Updates a record set within a Private DNS zone.

Applies to