Bagikan melalui


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: 2020-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