PrivateDnsZoneCollection.GetAll 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.Pageable<Azure.ResourceManager.PrivateDns.PrivateDnsZoneResource> GetAll (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PrivateDns.PrivateDnsZoneResource>
override this.GetAll : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PrivateDns.PrivateDnsZoneResource>
Public Overridable Function GetAll (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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

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

Applies to