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