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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET