你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DnsZoneResource.GetAllRecordData 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
列出 DNS 区域中的所有记录集。
- 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/recordsets
- 操作IdRecordSets_ListByDnsZone
public virtual Azure.Pageable<Azure.ResourceManager.Dns.DnsRecordData> GetAllRecordData (int? top = default, string recordsetnamesuffix = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllRecordData : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Dns.DnsRecordData>
override this.GetAllRecordData : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Dns.DnsRecordData>
Public Overridable Function GetAllRecordData (Optional top As Nullable(Of Integer) = Nothing, Optional recordsetnamesuffix As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DnsRecordData)
参数
- recordsetnamesuffix
- String
必须用于筛选记录集枚举的记录集名称的后缀标签。 如果指定此参数,枚举将仅返回以 结尾的记录。<recordSetNameSuffix>。
- cancellationToken
- CancellationToken
要使用的取消标记。
返回
可能需要多个服务请求来循环访问的 的 DnsRecordData 集合。