VirtualNetworkLinkCollection.GetAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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: 2024-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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET