MockableNetworkSubscriptionResource.GetExpressRouteGatewaysAsync Method

Definition

Lists ExpressRoute gateways under a given subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteGateways
  • Operation Id: ExpressRouteGateways_ListBySubscription
  • Default Api Version: 2023-11-01
  • Resource: ExpressRouteGatewayResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRouteGatewayResource> GetExpressRouteGatewaysAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetExpressRouteGatewaysAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRouteGatewayResource>
override this.GetExpressRouteGatewaysAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRouteGatewayResource>
Public Overridable Function GetExpressRouteGatewaysAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ExpressRouteGatewayResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to