PrivateDnsExtensions.GetPrivateDnsZonesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the Private DNS zones in all resource groups in a subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/privateDnsZones
- Operation Id: PrivateZones_List
- Default Api Version: 2024-06-01
- Resource: PrivateDnsZoneResource
public static Azure.AsyncPageable<Azure.ResourceManager.PrivateDns.PrivateDnsZoneResource> GetPrivateDnsZonesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member GetPrivateDnsZonesAsync : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PrivateDns.PrivateDnsZoneResource>
<Extension()>
Public Function GetPrivateDnsZonesAsync (subscriptionResource As SubscriptionResource, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PrivateDnsZoneResource)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
The maximum number of Private DNS zones to return. If not specified, returns up to 100 zones.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of PrivateDnsZoneResource that may take multiple service requests to iterate over.
Exceptions
subscriptionResource
is null.
Applies to
Azure SDK for .NET