Share via


ExtendedZoneCollection.GetAllAsync(CancellationToken) Method

Definition

Lists the Azure Extended Zones available to a subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.EdgeZones/extendedZones
  • Operation Id: ExtendedZones_ListBySubscription
  • Default Api Version: 2024-04-01-preview
  • Resource: ExtendedZoneResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.EdgeZones.ExtendedZoneResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.EdgeZones.ExtendedZoneResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.EdgeZones.ExtendedZoneResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ExtendedZoneResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to