RecordSetsOperationsExtensions Class

Definition

Extension methods for RecordSetsOperations.

public static class RecordSetsOperationsExtensions
type RecordSetsOperationsExtensions = class
Public Module RecordSetsOperationsExtensions
Inheritance
RecordSetsOperationsExtensions

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