Share via


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

ITxtRecordSets 接口

定义

DNS 区域中 TXT 记录集的入口点。

public interface ITxtRecordSets : Microsoft.Azure.Management.Dns.Fluent.IDnsRecordSets<Microsoft.Azure.Management.Dns.Fluent.ITxtRecordSet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.Dns.Fluent.ITxtRecordSet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Dns.Fluent.ITxtRecordSet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Dns.Fluent.IDnsZone>
type ITxtRecordSets = interface
    interface IDnsRecordSets<ITxtRecordSet>
    interface ISupportsListing<ITxtRecordSet>
    interface ISupportsGettingByName<ITxtRecordSet>
    interface IHasParent<IDnsZone>
Public Interface ITxtRecordSets
Implements IDnsRecordSets(Of ITxtRecordSet), IHasParent(Of IDnsZone), ISupportsGettingByName(Of ITxtRecordSet), ISupportsListing(Of ITxtRecordSet)
实现

属性

Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)

方法

GetByName(String)

根据当前资源组中的资源名称从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

根据当前资源组中的资源名称从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingByName<T>)
List()

列出当前所选订阅中指定类型的所有资源。

(继承自 ISupportsListing<T>)
List(Int32)

列出所有记录集,每页中的条目数限制为给定大小。

(继承自 IDnsRecordSets<RecordSetT>)
List(String)

列出具有给定后缀的所有记录集。

(继承自 IDnsRecordSets<RecordSetT>)
List(String, Int32)

列出具有给定后缀的所有记录集,还将每页的条目数限制为给定的页大小。

(继承自 IDnsRecordSets<RecordSetT>)
ListAsync(Boolean, CancellationToken)

列出当前所选订阅中指定类型的所有资源。

(继承自 ISupportsListing<T>)
ListAsync(Int32, Boolean, CancellationToken)

列出所有记录集,每页中的条目数限制为给定大小。

(继承自 IDnsRecordSets<RecordSetT>)
ListAsync(String, Boolean, CancellationToken)

列出具有给定后缀的所有记录集。

(继承自 IDnsRecordSets<RecordSetT>)
ListAsync(String, Int32, Boolean, CancellationToken)

列出具有给定后缀的所有记录集,还将每页的条目数限制为给定的页大小。

(继承自 IDnsRecordSets<RecordSetT>)

适用于