你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IPtrRecordSets 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
DNS 区域中 PTR 记录集的入口点。
public interface IPtrRecordSets : Microsoft.Azure.Management.Dns.Fluent.IDnsRecordSets<Microsoft.Azure.Management.Dns.Fluent.IPtrRecordSet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.Dns.Fluent.IPtrRecordSet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Dns.Fluent.IPtrRecordSet>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Dns.Fluent.IDnsZone>
type IPtrRecordSets = interface
interface IDnsRecordSets<IPtrRecordSet>
interface ISupportsListing<IPtrRecordSet>
interface ISupportsGettingByName<IPtrRecordSet>
interface IHasParent<IDnsZone>
Public Interface IPtrRecordSets
Implements IDnsRecordSets(Of IPtrRecordSet), IHasParent(Of IDnsZone), ISupportsGettingByName(Of IPtrRecordSet), ISupportsListing(Of IPtrRecordSet)
- 实现
-
IDnsRecordSets<IPtrRecordSet> ISupportsGettingByName<IPtrRecordSet> ISupportsGettingByName<RecordSetT> ISupportsListing<IPtrRecordSet> ISupportsListing<RecordSetT> IHasParent<IDnsZone>
属性
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>) |