Sdílet prostřednictvím


RecordSetsOperationsExtensions Class

Definition

Extension methods for RecordSetsOperations.

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

Methods

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

Creates or updates a record set within a DNS zone.

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

Creates or updates a record set within a DNS zone.

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

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

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

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

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

Gets a record set.

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

Gets a record set.

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

Lists all record sets in a DNS zone.

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

Lists all record sets in a DNS zone.

ListAllByDnsZoneNext(IRecordSetsOperations, String)

Lists all record sets in a DNS zone.

ListAllByDnsZoneNextAsync(IRecordSetsOperations, String, CancellationToken)

Lists all record sets in a DNS zone.

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

Lists all record sets in a DNS zone.

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

Lists all record sets in a DNS zone.

ListByDnsZoneNext(IRecordSetsOperations, String)

Lists all record sets in a DNS zone.

ListByDnsZoneNextAsync(IRecordSetsOperations, String, CancellationToken)

Lists all record sets in a DNS zone.

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

Lists the record sets of a specified type 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.

ListByTypeNext(IRecordSetsOperations, String)

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.

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

Updates a record set within a DNS zone.

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

Updates a record set within a DNS zone.

Applies to