Share via


RegionInfoResourceCollection.GetAllAsync(CancellationToken) Method

Definition

Provides region specific information.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/regionInfos
  • Operation Id: NetAppResourceRegionInfos_List
  • Default Api Version: 2023-05-01-preview
  • Resource: RegionInfoResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.NetApp.RegionInfoResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NetApp.RegionInfoResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NetApp.RegionInfoResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of RegionInfoResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to