共用方式為


IRecordSetsOperations Interface

Definition

RecordSetsOperations operations.

public interface IRecordSetsOperations
type IRecordSetsOperations = interface
Public Interface IRecordSetsOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, RecordType, RecordSet, 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, RecordSet, String, Dictionary<String,List<String>>, CancellationToken)

Updates a record set within a DNS zone.

Extension 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