次の方法で共有


DnsResolverPolicyVirtualNetworkLinkCollection.GetAllAsync Method

Definition

Lists DNS resolver policy virtual network links.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsResolverPolicies/{dnsResolverPolicyName}/virtualNetworkLinks
  • Operation Id: DnsResolverPolicyVirtualNetworkLinks_List
  • Default Api Version: 2023-07-01-preview
  • Resource: DnsResolverPolicyVirtualNetworkLinkResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.DnsResolver.DnsResolverPolicyVirtualNetworkLinkResource> GetAllAsync (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DnsResolver.DnsResolverPolicyVirtualNetworkLinkResource>
override this.GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DnsResolver.DnsResolverPolicyVirtualNetworkLinkResource>
Public Overridable Function GetAllAsync (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DnsResolverPolicyVirtualNetworkLinkResource)

Parameters

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

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

Applies to