MockableManagedNetworkFabricSubscriptionResource.GetNetworkFabricInternetGatewaysAsync Method

Definition

Displays Internet Gateways list by subscription GET method.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/internetGateways
  • Operation Id: InternetGateways_ListBySubscription
public virtual Azure.AsyncPageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayResource> GetNetworkFabricInternetGatewaysAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkFabricInternetGatewaysAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayResource>
override this.GetNetworkFabricInternetGatewaysAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayResource>
Public Overridable Function GetNetworkFabricInternetGatewaysAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NetworkFabricInternetGatewayResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to