Share via


MockableNetworkSubscriptionResource.GetVirtualWansAsync Method

Definition

Lists all the VirtualWANs in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/virtualWans
  • Operation Id: VirtualWans_List
  • Default Api Version: 2023-11-01
  • Resource: VirtualWanResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.VirtualWanResource> GetVirtualWansAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetVirtualWansAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.VirtualWanResource>
override this.GetVirtualWansAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.VirtualWanResource>
Public Overridable Function GetVirtualWansAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualWanResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to