Share via


RegionInfoResourceCollection.GetAll(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.Pageable<Azure.ResourceManager.NetApp.RegionInfoResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NetApp.RegionInfoResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NetApp.RegionInfoResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RegionInfoResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to