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: 2023-11-01
  • Resource: NatGatewayResource
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

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

Applies to