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