DnsResolverExtensions.GetDnsResolverDomainListsAsync Method

Definition

Lists DNS resolver domain lists in all resource groups of a subscription. <item> Mocking. To mock this method, please mock GetDnsResolverDomainListsAsync(Nullable<Int32>, CancellationToken) instead. </item>

public static Azure.AsyncPageable<Azure.ResourceManager.DnsResolver.DnsResolverDomainListResource> GetDnsResolverDomainListsAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member GetDnsResolverDomainListsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DnsResolver.DnsResolverDomainListResource>
<Extension()>
Public Function GetDnsResolverDomainListsAsync (subscriptionResource As SubscriptionResource, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DnsResolverDomainListResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource the method will execute against.

top
Nullable<Int32>

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

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to