Share via


VpnGatewayNatRuleCollection.GetAllAsync(CancellationToken) Method

Definition

Retrieves all nat rules for a particular virtual wan vpn gateway.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}/natRules
  • Operation Id: NatRules_ListByVpnGateway
  • Default Api Version: 2023-09-01
  • Resource: VpnGatewayNatRuleResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.VpnGatewayNatRuleResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.VpnGatewayNatRuleResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.VpnGatewayNatRuleResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VpnGatewayNatRuleResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to