MockableNetworkSubscriptionResource.GetP2SVpnGatewaysAsync Method

Definition

Lists all the P2SVpnGateways in a subscription.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Network/p2svpnGateways.
  • Operation Id. : P2SVpnGateways_List.
  • Default Api Version. : 2025-07-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.P2SVpnGatewayResource> GetP2SVpnGatewaysAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetP2SVpnGatewaysAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.P2SVpnGatewayResource>
override this.GetP2SVpnGatewaysAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.P2SVpnGatewayResource>
Public Overridable Function GetP2SVpnGatewaysAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of P2SVpnGatewayResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to