共用方式為


DnsForwardingRulesetVirtualNetworkLinkCollection.GetAllAsync Method

Definition

Lists virtual network links to a DNS forwarding ruleset.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsForwardingRulesets/{dnsForwardingRulesetName}/virtualNetworkLinks
  • Operation Id: VirtualNetworkLinks_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.DnsResolver.DnsForwardingRulesetVirtualNetworkLinkResource> GetAllAsync (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DnsResolver.DnsForwardingRulesetVirtualNetworkLinkResource>
override this.GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DnsResolver.DnsForwardingRulesetVirtualNetworkLinkResource>
Public Overridable Function GetAllAsync (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DnsForwardingRulesetVirtualNetworkLinkResource)

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 DnsForwardingRulesetVirtualNetworkLinkResource that may take multiple service requests to iterate over.

Applies to