Sdílet prostřednictvím


VirtualNetworkLinkCollection.GetAllAsync Method

Definition

Lists the virtual network links to the specified Private DNS zone.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/virtualNetworkLinks
  • Operation Id: VirtualNetworkLinks_List
  • Default Api Version: 2020-06-01
  • Resource: VirtualNetworkLinkResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.PrivateDns.VirtualNetworkLinkResource> GetAllAsync (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PrivateDns.VirtualNetworkLinkResource>
override this.GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PrivateDns.VirtualNetworkLinkResource>
Public Overridable Function GetAllAsync (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualNetworkLinkResource)

Parameters

top
Nullable<Int32>

The maximum number of virtual network links to return. If not specified, returns up to 100 virtual network links.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to