Share via


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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to