Share via


RegionInfoResourceCollection.GetAsync(CancellationToken) Method

Definition

Provides storage to network proximity and logical zone mapping information.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to