MockableNetworkSubscriptionResource.GetNatGatewaysAsync Method

Definition

Gets all the Nat Gateways in a subscription.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to