你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PrivateDnsZoneCollection.GetAllAsync Method

Definition

Lists the Private DNS zones within a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones
  • Operation Id: PrivateZones_ListByResourceGroup
  • Default Api Version: 2024-06-01
  • Resource: PrivateDnsZoneResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.PrivateDns.PrivateDnsZoneResource> GetAllAsync(int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PrivateDns.PrivateDnsZoneResource>
override this.GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PrivateDns.PrivateDnsZoneResource>
Public Overridable Function GetAllAsync (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PrivateDnsZoneResource)

Parameters

top
Nullable<Int32>

The maximum number of record sets to return. If not specified, returns up to 100 record sets.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of PrivateDnsZoneResource that may take multiple service requests to iterate over.

Applies to