Megosztás a következőn keresztül:


VirtualNetworkLinkCollection.GetAll 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.Pageable<Azure.ResourceManager.PrivateDns.VirtualNetworkLinkResource> GetAll (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PrivateDns.VirtualNetworkLinkResource>
override this.GetAll : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PrivateDns.VirtualNetworkLinkResource>
Public Overridable Function GetAll (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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

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

Applies to