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