你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IRecordSetsOperations 接口

定义

RecordSetsOperations 操作。

public interface IRecordSetsOperations
type IRecordSetsOperations = interface
Public Interface IRecordSetsOperations

方法

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

在 DNS 区域中创建或更新记录集。

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

从 DNS 区域中删除记录集。 无法撤消此操作。

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

获取记录集。

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

列出 DNS 区域中的所有记录集。

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

列出 DNS 区域中的所有记录集。

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

列出 DNS 区域中的所有记录集。

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

列出 DNS 区域中的所有记录集。

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

列出 DNS 区域中指定类型的记录集。

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

列出 DNS 区域中指定类型的记录集。

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

汇报 DNS 区域中的记录集。

扩展方法

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

在 DNS 区域中创建或更新记录集。

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

在 DNS 区域中创建或更新记录集。

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

从 DNS 区域中删除记录集。 无法撤消此操作。

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

从 DNS 区域中删除记录集。 无法撤消此操作。

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

获取记录集。

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

获取记录集。

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

列出 DNS 区域中的所有记录集。

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

列出 DNS 区域中的所有记录集。

ListAllByDnsZoneNext(IRecordSetsOperations, String)

列出 DNS 区域中的所有记录集。

ListAllByDnsZoneNextAsync(IRecordSetsOperations, String, CancellationToken)

列出 DNS 区域中的所有记录集。

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

列出 DNS 区域中的所有记录集。

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

列出 DNS 区域中的所有记录集。

ListByDnsZoneNext(IRecordSetsOperations, String)

列出 DNS 区域中的所有记录集。

ListByDnsZoneNextAsync(IRecordSetsOperations, String, CancellationToken)

列出 DNS 区域中的所有记录集。

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

列出 DNS 区域中指定类型的记录集。

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

列出 DNS 区域中指定类型的记录集。

ListByTypeNext(IRecordSetsOperations, String)

列出 DNS 区域中指定类型的记录集。

ListByTypeNextAsync(IRecordSetsOperations, String, CancellationToken)

列出 DNS 区域中指定类型的记录集。

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

汇报 DNS 区域中的记录集。

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

汇报 DNS 区域中的记录集。

适用于