NetworkExtensions.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-09-01
  • Resource: NatGatewayResource
public static Azure.AsyncPageable<Azure.ResourceManager.Network.NatGatewayResource> GetNatGatewaysAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetNatGatewaysAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.NatGatewayResource>
<Extension()>
Public Function GetNatGatewaysAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NatGatewayResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to